#C5E9E5

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

Shades of Jagged Ice #C5E9E5

Tints of Jagged Ice #C5E9E5

Color information

#C5E9E5 (or 0xC5E9E5) is unknown color: approx Jagged Ice. HEX triplet: C5, E9 and E5. RGB value is (197,233,229). Sum of RGB (Red+Green+Blue) = 197+233+229=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E9E5 is #3A161A. Grayscale: #DDDDDD. Windows color (decimal): -3806747 or 15067589. OLE color: 15067589.

HSL color Cylindrical-coordinate representation of color #C5E9E5: hue angle of 173.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 #C5E9E5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB197233229-
CMYK0.1500.020.09
HSL173.33º45%84.31%-
HSV(B)173.33º15.45%91.37%-
XYZ66.3175.8185.27-
YUV221.78132.07110.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.89%
GREEN value IS 233 (91.41% from 255) = 35.36%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=29.89%
G=35.36%
B=34.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972332290.1500.020.09173.334584.31
HexC5E9E5F029ad2d54
Octal30535134517021125555124
Binary11000101111010011110010111110101001101011011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E9E5; }

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

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

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

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

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

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

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

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