#C9DAE2

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

Shades of Pattens Blue #C9DAE2

Tints of Pattens Blue #C9DAE2

Color information

#C9DAE2 (or 0xC9DAE2) is unknown color: approx Pattens Blue. HEX triplet: C9, DA and E2. RGB value is (201,218,226). Sum of RGB (Red+Green+Blue) = 201+218+226=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9DAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAE2 is #36251D. Grayscale: #D5D5D5. Windows color (decimal): -3548446 or 14867145. OLE color: 14867145.

HSL color Cylindrical-coordinate representation of color #C9DAE2: hue angle of 199.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9DAE2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201218226-
CMYK0.110.0400.11
HSL199.2º30.12%83.73%-
HSV(B)199.2º11.06%88.63%-
XYZ62.8968.0581.77-
YUV213.83134.87118.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.16%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 226 (88.67% from 255) = 35.04%
R=31.16%
G=33.80%
B=35.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2012182260.110.0400.11199.230.1283.73
HexC9DAE2B40Bc71e54
Octal31133234213401330736124
Binary11001001110110101110001010111000101111000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAE2; }

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

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

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

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

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

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

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

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