#C0EBE6

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

Shades of Jagged Ice #C0EBE6

Tints of Jagged Ice #C0EBE6

Color information

#C0EBE6 (or 0xC0EBE6) is unknown color: approx Jagged Ice. HEX triplet: C0, EB and E6. RGB value is (192,235,230). Sum of RGB (Red+Green+Blue) = 192+235+230=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBE6 is #3F1419. Grayscale: #DDDDDD. Windows color (decimal): -4133914 or 15133632. OLE color: 15133632.

HSL color Cylindrical-coordinate representation of color #C0EBE6: hue angle of 173.02º 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 #C0EBE6 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB192235230-
CMYK0.1800.020.08
HSL173.02º51.81%83.73%-
HSV(B)173.02º18.3%92.16%-
XYZ65.7376.3486.13-
YUV221.57132.75106.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.22%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=29.22%
G=35.77%
B=35.01%

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
Decimal1922352300.1800.020.08173.0251.8183.73
HexC0EBE612028ad3454
Octal30035334622021025564124
Binary110000001110101111100110100100101000101011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBE6; }

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

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

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

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

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

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

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

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