Html Css Color HEX #C9DBED Pattens Blue

📋 copy color: '#C9DBED'

red 201 ◦ green 219 ◦ blue 237

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

Shades of Pattens Blue #C9DBED

Tints of Pattens Blue #C9DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.07%

R = 30.59%
G = 33.33%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9DBED (or 0xC9DBED) is known color: Pattens Blue. HEX triplet: C9, DB and ED. RGB value is (201,219,237). Sum of RGB (Red+Green+Blue) = 201+219+237=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DBED is #362412. Grayscale: #D7D7D7. Windows color (decimal): -3548179 or 15588297. OLE color: 15588297.

HSL color Cylindrical-coordinate representation of color #C9DBED: hue angle of 210º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DBED is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 219 237 -
CMYK 0.15 0.08 0 0.07
HSL 210º 0.5% 0.86% -
HSV(B) 210º 0.15% 0.93% -
XYZ 64.7 69.19 90.07 -
YUV 215.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 201 219 237 0.15 0.08 0 0.07 210 0.5 0.86
Hex C9 DB ED F 8 0 7 D2 32 56
Octal 311 333 355 17 10 0 7 322 62 126
Binary 11001001 11011011 11101101 1111 1000 0 111 11010010 110010 1010110

Color Harmonies of #C9DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBED

Black with #C9DBED

Text Example


Text Example

White with #C9DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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