#C4F1EA

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

Shades of Jagged Ice #C4F1EA

Tints of Jagged Ice #C4F1EA

Color information

#C4F1EA (or 0xC4F1EA) is unknown color: approx Jagged Ice. HEX triplet: C4, F1 and EA. RGB value is (196,241,234). Sum of RGB (Red+Green+Blue) = 196+241+234=671 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.21% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F1EA is #3B0E15. Grayscale: #E2E2E2. Windows color (decimal): -3870230 or 15397316. OLE color: 15397316.

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

Color convert

RGB196241234-
CMYK0.1900.030.05
HSL170.67º61.64%85.69%-
HSV(B)170.67º18.67%94.51%-
XYZ69.0780.5989.76-
YUV226.75132.09106.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.21%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=29.21%
G=35.92%
B=34.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962412340.1900.030.05170.6761.6485.69
HexC4F1EA13035ab3e56
Octal3043613522303525376126
Binary11000100111100011110101010011011101101010111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F1EA; }

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

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

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

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

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

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

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

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