#C2EBE2

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

Shades of Jagged Ice #C2EBE2

Tints of Jagged Ice #C2EBE2

Color information

#C2EBE2 (or 0xC2EBE2) is unknown color: approx Jagged Ice. HEX triplet: C2, EB and E2. RGB value is (194,235,226). Sum of RGB (Red+Green+Blue) = 194+235+226=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE2 is #3D141D. Grayscale: #DDDDDD. Windows color (decimal): -4002846 or 14871490. OLE color: 14871490.

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

Color convert

RGB194235226-
CMYK0.1700.040.08
HSL166.83º50.62%84.12%-
HSV(B)166.83º17.45%92.16%-
XYZ65.6876.3883.23-
YUV221.72130.42108.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.62%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=29.62%
G=35.88%
B=34.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942352260.1700.040.08166.8350.6284.12
HexC2EBE211048a73354
Octal30235334221041024763124
Binary1100001011101011111000101000101001000101001111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBE2; }

 p { color: rgb(194,235,226); }

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

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

 a { background-color: rgb(194,235,226); }

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

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

 span { border-color: rgb(194,235,226); }

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