#C9DCEF

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

Shades of Pattens Blue #C9DCEF

Tints of Pattens Blue #C9DCEF

Color information

#C9DCEF (or 0xC9DCEF) is unknown color: approx Pattens Blue. HEX triplet: C9, DC and EF. RGB value is (201,220,239). Sum of RGB (Red+Green+Blue) = 201+220+239=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DCEF is #362310. Grayscale: #D8D8D8. Windows color (decimal): -3547921 or 15719625. OLE color: 15719625.

HSL color Cylindrical-coordinate representation of color #C9DCEF: hue angle of 210º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9DCEF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201220239-
CMYK0.160.0800.06
HSL210º54.29%86.27%-
HSV(B)210º15.9%93.73%-
XYZ65.2669.8491.7-
YUV216.48140.71116.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.45%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=30.45%
G=33.33%
B=36.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012202390.160.0800.0621054.2986.27
HexC9DCEF10806d23656
Octal31133435720100632266126
Binary1100100111011100111011111000010000110110100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCEF; }

 p { color: rgb(201,220,239); }

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

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

 a { background-color: rgb(201,220,239); }

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

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

 span { border-color: rgb(201,220,239); }

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