#C9EAE4

Color #C9EAE4 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C9EAE4

Tints of Jagged Ice #C9EAE4

Color information

#C9EAE4 (or 0xC9EAE4) is unknown color: approx Jagged Ice. HEX triplet: C9, EA and E4. RGB value is (201,234,228). Sum of RGB (Red+Green+Blue) = 201+234+228=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EAE4 is #36151B. Grayscale: #DFDFDF. Windows color (decimal): -3544348 or 15002313. OLE color: 15002313.

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

Color convert

RGB201234228-
CMYK0.1400.030.08
HSL169.09º44%85.29%-
HSV(B)169.09º14.1%91.76%-
XYZ67.5176.8684.68-
YUV223.45130.57111.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.32%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=30.32%
G=35.29%
B=34.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012342280.1400.030.08169.094485.29
HexC9EAE4E038a92c55
Octal31135234416031025154125
Binary11001001111010101110010011100111000101010011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EAE4; }

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

 H1.HeaderClassName
 {
   color: #C9EAE4;
 }
 .AnyTagClassName
 {
   color: #C9EAE4;
 }
</style>
background-color css

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

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

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

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

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

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