Html Css Color HEX #C9EAE2 Jagged Ice

📋 copy color: '#C9EAE2'

red 201 ◦ green 234 ◦ blue 226

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

Shades of Jagged Ice #C9EAE2

Tints of Jagged Ice #C9EAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.4%

 BLUE value IS 226 (88.67% from 255) = 34.19%

R = 30.41%
G = 35.4%
B = 34.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#C9EAE2 (or 0xC9EAE2) is known color: Jagged Ice. HEX triplet: C9, EA and E2. RGB value is (201,234,226). Sum of RGB (Red+Green+Blue) = 201+234+226=661 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.41% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EAE2 is #36151D. Grayscale: #DFDFDF. Windows color (decimal): -3544350 or 14871241. OLE color: 14871241.

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

Color convert

RGB 201 234 226 -
CMYK 0.14 0 0.03 0.08
HSL 165.45º 0.44% 0.85% -
HSV(B) 165.45º 0.14% 0.92% -
XYZ 67.24 76.75 83.22 -
YUV 223.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 201 234 226 0.14 0 0.03 0.08 165.45 0.44 0.85
Hex C9 EA E2 E 0 3 8 A5 2C 55
Octal 311 352 342 16 0 3 10 245 54 125
Binary 11001001 11101010 11100010 1110 0 11 1000 10100101 101100 1010101

Color Harmonies of #C9EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAE2

Black with #C9EAE2

Text Example


Text Example

White with #C9EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAE2; }

 p { color: rgb(201,234,226); }

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

background-color css

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

 a { background-color: rgb(201,234,226); }

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

border-color css

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

 span { border-color: rgb(201,234,226); }

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