#C0EEE7

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

Shades of Jagged Ice #C0EEE7

Tints of Jagged Ice #C0EEE7

Color information

#C0EEE7 (or 0xC0EEE7) is unknown color: approx Jagged Ice. HEX triplet: C0, EE and E7. RGB value is (192,238,231). Sum of RGB (Red+Green+Blue) = 192+238+231=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEE7 is #3F1118. Grayscale: #DFDFDF. Windows color (decimal): -4133145 or 15199936. OLE color: 15199936.

HSL color Cylindrical-coordinate representation of color #C0EEE7: hue angle of 170.87º 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 #C0EEE7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB192238231-
CMYK0.1900.030.07
HSL170.87º57.5%84.31%-
HSV(B)170.87º19.33%93.33%-
XYZ66.7478.1387.16-
YUV223.45132.26105.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.05%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=29.05%
G=36.01%
B=34.95%

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
Decimal1922382310.1900.030.07170.8757.584.31
HexC0EEE713037ab3a54
Octal3003563472303725372124
Binary11000000111011101110011110011011111101010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EEE7; }

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

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

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

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

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

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

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

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