Html Css Color HEX #C9DBEA Pattens Blue

📋 copy color: '#C9DBEA'

red 201 ◦ green 219 ◦ blue 234

#C9DBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #C9DBEA

Tints of Pattens Blue #C9DBEA

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.8% from 255) = 35.78%

R = 30.73%
G = 33.49%
B = 35.78%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9DBEA (or 0xC9DBEA) is known color: 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

RGB 201 219 234 -
CMYK 0.14 0.06 0 0.08
HSL 207.27º 0.44% 0.85% -
HSV(B) 207.27º 0.14% 0.92% -
XYZ 64.27 69.02 87.78 -
YUV 215.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 201 219 234 0.14 0.06 0 0.08 207.27 0.44 0.85
Hex C9 DB EA E 6 0 8 CF 2C 55
Octal 311 333 352 16 6 0 10 317 54 125
Binary 11001001 11011011 11101010 1110 110 0 1000 11001111 101100 1010101

Color Harmonies of #C9DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBEA

Black with #C9DBEA

Text Example


Text Example

White with #C9DBEA

Text Example


Text Example

HTML Codes & Css Web 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>