#C7DFED

Color #C7DFED Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C7DFED

Tints of Pattens Blue #C7DFED

Color information

#C7DFED (or 0xC7DFED) is unknown color: approx Pattens Blue. HEX triplet: C7, DF and ED. RGB value is (199,223,237). Sum of RGB (Red+Green+Blue) = 199+223+237=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DFED is #382012. Grayscale: #D9D9D9. Windows color (decimal): -3678227 or 15589319. OLE color: 15589319.

HSL color Cylindrical-coordinate representation of color #C7DFED: hue angle of 202.11º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DFED is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199223237-
CMYK0.160.0600.07
HSL202.11º51.35%85.49%-
HSV(B)202.11º16.03%92.94%-
XYZ65.2371.0390.39-
YUV217.42139.05114.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 30.20%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=30.20%
G=33.84%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992232370.160.0600.07202.1151.3585.49
HexC7DFED10607ca3355
Octal3073373552060731263125
Binary110001111101111111101101100001100111110010101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DFED; }

 p { color: rgb(199,223,237); }

 H1.HeaderClassName
 {
   color: #C7DFED;
 }
 .AnyTagClassName
 {
   color: #C7DFED;
 }
</style>
background-color css

<style>
 a { background-color: #C7DFED; }

 a { background-color: rgb(199,223,237); }

 div.DivClassName
 {
   background-color: #C7DFED;
 }
 .BgClassName
 {
   background-color: #C7DFED;
 }
</style>
border-color css

<style>
 span { border-color: #C7DFED; }

 span { border-color: rgb(199,223,237); }

 td.TdClassName
 {
   border-color: #C7DFED;
 }
 .TagClassName
 {
   border-color: #C7DFED;
 }
</style>