#C0EBE7

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

Shades of Jagged Ice #C0EBE7

Tints of Jagged Ice #C0EBE7

Color information

#C0EBE7 (or 0xC0EBE7) is unknown color: approx Jagged Ice. HEX triplet: C0, EB and E7. RGB value is (192,235,231). Sum of RGB (Red+Green+Blue) = 192+235+231=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBE7 is #3F1418. Grayscale: #DDDDDD. Windows color (decimal): -4133913 or 15199168. OLE color: 15199168.

HSL color Cylindrical-coordinate representation of color #C0EBE7: hue angle of 174.42º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBE7 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB192235231-
CMYK0.1800.020.08
HSL174.42º51.81%83.73%-
HSV(B)174.42º18.3%92.16%-
XYZ65.8776.3986.87-
YUV221.69133.25106.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.18%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 231 (90.62% from 255) = 35.11%
R=29.18%
G=35.71%
B=35.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922352310.1800.020.08174.4251.8183.73
HexC0EBE712028ae3454
Octal30035334722021025664124
Binary110000001110101111100111100100101000101011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBE7; }

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

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

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

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

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

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

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

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