#C0EEE8

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

Shades of Jagged Ice #C0EEE8

Tints of Jagged Ice #C0EEE8

Color information

#C0EEE8 (or 0xC0EEE8) is unknown color: approx Jagged Ice. HEX triplet: C0, EE and E8. RGB value is (192,238,232). Sum of RGB (Red+Green+Blue) = 192+238+232=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEE8 is #3F1117. Grayscale: #DFDFDF. Windows color (decimal): -4133144 or 15265472. OLE color: 15265472.

HSL color Cylindrical-coordinate representation of color #C0EEE8: hue angle of 172.17º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EEE8 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB192238232-
CMYK0.1900.030.07
HSL172.17º57.5%84.31%-
HSV(B)172.17º19.33%93.33%-
XYZ66.8878.1887.91-
YUV223.56132.76105.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.00%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=29.00%
G=35.95%
B=35.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922382320.1900.030.07172.1757.584.31
HexC0EEE813037ac3a54
Octal3003563502303725472124
Binary11000000111011101110100010011011111101011001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EEE8; }

 p { color: rgb(192,238,232); }

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

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

 a { background-color: rgb(192,238,232); }

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

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

 span { border-color: rgb(192,238,232); }

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