Html Css Color HEX #C9DBEB Pattens Blue

📋 copy color: '#C9DBEB'

red 201 ◦ green 219 ◦ blue 235

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

Shades of Pattens Blue #C9DBEB

Tints of Pattens Blue #C9DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.88%

R = 30.69%
G = 33.44%
B = 35.88%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9DBEB (or 0xC9DBEB) is known color: Pattens Blue. HEX triplet: C9, DB and EB. RGB value is (201,219,235). Sum of RGB (Red+Green+Blue) = 201+219+235=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DBEB is #362414. Grayscale: #D7D7D7. Windows color (decimal): -3548181 or 15457225. OLE color: 15457225.

HSL color Cylindrical-coordinate representation of color #C9DBEB: hue angle of 208.24º degrees, saturation: 0.46, 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 #C9DBEB is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 219 235 -
CMYK 0.14 0.07 0 0.08
HSL 208.24º 0.46% 0.85% -
HSV(B) 208.24º 0.14% 0.92% -
XYZ 64.41 69.08 88.54 -
YUV 215.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 201 219 235 0.14 0.07 0 0.08 208.24 0.46 0.85
Hex C9 DB EB E 7 0 8 D0 2E 55
Octal 311 333 353 16 7 0 10 320 56 125
Binary 11001001 11011011 11101011 1110 111 0 1000 11010000 101110 1010101

Color Harmonies of #C9DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBEB

Black with #C9DBEB

Text Example


Text Example

White with #C9DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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