#C2EBE3

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

Shades of Jagged Ice #C2EBE3

Tints of Jagged Ice #C2EBE3

Color information

#C2EBE3 (or 0xC2EBE3) is unknown color: approx Jagged Ice. HEX triplet: C2, EB and E3. RGB value is (194,235,227). Sum of RGB (Red+Green+Blue) = 194+235+227=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE3 is #3D141C. Grayscale: #DDDDDD. Windows color (decimal): -4002845 or 14937026. OLE color: 14937026.

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

Color convert

RGB194235227-
CMYK0.1700.030.08
HSL168.29º50.62%84.12%-
HSV(B)168.29º17.45%92.16%-
XYZ65.8276.4383.96-
YUV221.83130.92108.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.57%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=29.57%
G=35.82%
B=34.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942352270.1700.030.08168.2950.6284.12
HexC2EBE311038a83354
Octal30235334321031025063124
Binary110000101110101111100011100010111000101010001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBE3; }

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

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

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

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

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

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

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

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