#C5F0E8

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

Shades of Jagged Ice #C5F0E8

Tints of Jagged Ice #C5F0E8

Color information

#C5F0E8 (or 0xC5F0E8) is unknown color: approx Jagged Ice. HEX triplet: C5, F0 and E8. RGB value is (197,240,232). Sum of RGB (Red+Green+Blue) = 197+240+232=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F0E8 is #3A0F17. Grayscale: #E2E2E2. Windows color (decimal): -3804952 or 15265989. OLE color: 15265989.

HSL color Cylindrical-coordinate representation of color #C5F0E8: hue angle of 168.84º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5F0E8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB197240232-
CMYK0.1800.030.06
HSL168.84º58.9%85.69%-
HSV(B)168.84º17.92%94.12%-
XYZ68.7580.0288.17-
YUV226.23131.25107.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.45%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=29.45%
G=35.87%
B=34.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972402320.1800.030.06168.8458.985.69
HexC5F0E812036a93b56
Octal3053603502203625173126
Binary11000101111100001110100010010011110101010011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F0E8; }

 p { color: rgb(197,240,232); }

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

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

 a { background-color: rgb(197,240,232); }

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

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

 span { border-color: rgb(197,240,232); }

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