#C5F1EA

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

Shades of Jagged Ice #C5F1EA

Tints of Jagged Ice #C5F1EA

Color information

#C5F1EA (or 0xC5F1EA) is unknown color: approx Jagged Ice. HEX triplet: C5, F1 and EA. RGB value is (197,241,234). Sum of RGB (Red+Green+Blue) = 197+241+234=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1EA is #3A0E15. Grayscale: #E3E3E3. Windows color (decimal): -3804694 or 15397317. OLE color: 15397317.

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

Color convert

RGB197241234-
CMYK0.1800.030.05
HSL170.45º61.11%85.88%-
HSV(B)170.45º18.26%94.51%-
XYZ69.3380.7289.77-
YUV227.05131.92106.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.32%
GREEN value IS 241 (94.53% from 255) = 35.86%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=29.32%
G=35.86%
B=34.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972412340.1800.030.05170.4561.1185.88
HexC5F1EA12035aa3d56
Octal3053613522203525275126
Binary11000101111100011110101010010011101101010101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F1EA; }

 p { color: rgb(197,241,234); }

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

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

 a { background-color: rgb(197,241,234); }

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

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

 span { border-color: rgb(197,241,234); }

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