#C0F4ED

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

Shades of Jagged Ice #C0F4ED

Tints of Jagged Ice #C0F4ED

Color information

#C0F4ED (or 0xC0F4ED) is unknown color: approx Jagged Ice. HEX triplet: C0, F4 and ED. RGB value is (192,244,237). Sum of RGB (Red+Green+Blue) = 192+244+237=673 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.53% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F4ED is #3F0B12. Grayscale: #E3E3E3. Windows color (decimal): -4131603 or 15594688. OLE color: 15594688.

HSL color Cylindrical-coordinate representation of color #C0F4ED: hue angle of 171.92º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4ED is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB192244237-
CMYK0.2100.030.04
HSL171.92º70.27%85.49%-
HSV(B)171.92º21.31%95.69%-
XYZ69.3782.0292.3-
YUV227.65133.27102.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.53%
GREEN value IS 244 (95.70% from 255) = 36.26%
BLUE value IS 237 (92.97% from 255) = 35.22%
R=28.53%
G=36.26%
B=35.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922442370.2100.030.04171.9270.2785.49
HexC0F4ED15034ac4655
Octal30036435525034254106125
Binary110000001111010011101101101010111001010110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F4ED; }

 p { color: rgb(192,244,237); }

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

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

 a { background-color: rgb(192,244,237); }

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

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

 span { border-color: rgb(192,244,237); }

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