Html Css Color HEX #C9DBE9 Pattens Blue

📋 copy color: '#C9DBE9'

red 201 ◦ green 219 ◦ blue 233

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

Shades of Pattens Blue #C9DBE9

Tints of Pattens Blue #C9DBE9

RGB

 RED value IS 201 (78.91% from 255) = 30.78%

 GREEN value IS 219 (85.94% from 255) = 33.54%

 BLUE value IS 233 (91.41% from 255) = 35.68%

R = 30.78%
G = 33.54%
B = 35.68%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C9DBE9 (or 0xC9DBE9) is known color: Pattens Blue. HEX triplet: C9, DB and E9. RGB value is (201,219,233). Sum of RGB (Red+Green+Blue) = 201+219+233=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9DBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DBE9 is #362416. Grayscale: #D7D7D7. Windows color (decimal): -3548183 or 15326153. OLE color: 15326153.

HSL color Cylindrical-coordinate representation of color #C9DBE9: hue angle of 206.25º 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 #C9DBE9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 219 233 -
CMYK 0.14 0.06 0 0.09
HSL 206.25º 0.42% 0.85% -
HSV(B) 206.25º 0.14% 0.91% -
XYZ 64.13 68.96 87.02 -
YUV 215.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 201 219 233 0.14 0.06 0 0.09 206.25 0.42 0.85
Hex C9 DB E9 E 6 0 9 CE 2A 55
Octal 311 333 351 16 6 0 11 316 52 125
Binary 11001001 11011011 11101001 1110 110 0 1001 11001110 101010 1010101

Color Harmonies of #C9DBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBE9

Black with #C9DBE9

Text Example


Text Example

White with #C9DBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBE9; }

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

 H1.HeaderClassName
 {
   color: #C9DBE9;
 }
 .AnyTagClassName
 {
   color: #C9DBE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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