Html Css Color HEX #C9E0E9 Pattens Blue

📋 copy color: '#C9E0E9'

red 201 ◦ green 224 ◦ blue 233

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

Shades of Pattens Blue #C9E0E9

Tints of Pattens Blue #C9E0E9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.04%

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

R = 30.55%
G = 34.04%
B = 35.41%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C9E0E9 (or 0xC9E0E9) is known color: Pattens Blue. HEX triplet: C9, E0 and E9. RGB value is (201,224,233). Sum of RGB (Red+Green+Blue) = 201+224+233=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9E0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E0E9 is #361F16. Grayscale: #DADADA. Windows color (decimal): -3546903 or 15327433. OLE color: 15327433.

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

Color convert

RGB 201 224 233 -
CMYK 0.14 0.04 0 0.09
HSL 196.88º 0.42% 0.85% -
HSV(B) 196.88º 0.14% 0.91% -
XYZ 65.45 71.61 87.46 -
YUV 218.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 201 224 233 0.14 0.04 0 0.09 196.88 0.42 0.85
Hex C9 E0 E9 E 4 0 9 C5 2A 55
Octal 311 340 351 16 4 0 11 305 52 125
Binary 11001001 11100000 11101001 1110 100 0 1001 11000101 101010 1010101

Color Harmonies of #C9E0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E0E9

Black with #C9E0E9

Text Example


Text Example

White with #C9E0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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