#C9DBEA

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

Shades of Pattens Blue #C9DBEA

Tints of Pattens Blue #C9DBEA

Color information

#C9DBEA (or 0xC9DBEA) is unknown color: approx Pattens Blue. HEX triplet: C9, DB and EA. RGB value is (201,219,234). Sum of RGB (Red+Green+Blue) = 201+219+234=654 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.73% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DBEA is #362415. Grayscale: #D7D7D7. Windows color (decimal): -3548182 or 15391689. OLE color: 15391689.

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

Color convert

RGB201219234-
CMYK0.140.0600.08
HSL207.27º44%85.29%-
HSV(B)207.27º14.1%91.76%-
XYZ64.2769.0287.78-
YUV215.33138.54117.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.73%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=30.73%
G=33.49%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012192340.140.0600.08207.274485.29
HexC9DBEAE608cf2c55
Octal31133335216601031754125
Binary110010011101101111101010111011001000110011111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBEA; }

 p { color: rgb(201,219,234); }

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

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

 a { background-color: rgb(201,219,234); }

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

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

 span { border-color: rgb(201,219,234); }

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