#C9DAE9

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

Shades of Pattens Blue #C9DAE9

Tints of Pattens Blue #C9DAE9

Color information

#C9DAE9 (or 0xC9DAE9) is unknown color: approx Pattens Blue. HEX triplet: C9, DA and E9. RGB value is (201,218,233). Sum of RGB (Red+Green+Blue) = 201+218+233=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DAE9 is #362516. Grayscale: #D6D6D6. Windows color (decimal): -3548439 or 15325897. OLE color: 15325897.

HSL color Cylindrical-coordinate representation of color #C9DAE9: hue angle of 208.12º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DAE9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201218233-
CMYK0.140.0600.09
HSL208.12º42.11%85.1%-
HSV(B)208.12º13.73%91.37%-
XYZ63.8768.4486.94-
YUV214.63138.37118.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.83%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 233 (91.41% from 255) = 35.74%
R=30.83%
G=33.44%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2012182330.140.0600.09208.1242.1185.1
HexC9DAE9E609d02a55
Octal31133235116601132052125
Binary110010011101101011101001111011001001110100001010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAE9; }

 p { color: rgb(201,218,233); }

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

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

 a { background-color: rgb(201,218,233); }

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

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

 span { border-color: rgb(201,218,233); }

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