#C5E9E2

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

Shades of Jagged Ice #C5E9E2

Tints of Jagged Ice #C5E9E2

Color information

#C5E9E2 (or 0xC5E9E2) is unknown color: approx Jagged Ice. HEX triplet: C5, E9 and E2. RGB value is (197,233,226). Sum of RGB (Red+Green+Blue) = 197+233+226=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E9E2 is #3A161D. Grayscale: #DDDDDD. Windows color (decimal): -3806750 or 14870981. OLE color: 14870981.

HSL color Cylindrical-coordinate representation of color #C5E9E2: hue angle of 168.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E9E2 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB197233226-
CMYK0.1500.030.09
HSL168.33º45%84.31%-
HSV(B)168.33º15.45%91.37%-
XYZ65.8975.6483.08-
YUV221.44130.57110.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.03%
GREEN value IS 233 (91.41% from 255) = 35.52%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=30.03%
G=35.52%
B=34.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972332260.1500.030.09168.334584.31
HexC5E9E2F039a82d54
Octal30535134217031125055124
Binary11000101111010011110001011110111001101010001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E9E2; }

 p { color: rgb(197,233,226); }

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

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

 a { background-color: rgb(197,233,226); }

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

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

 span { border-color: rgb(197,233,226); }

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