#C3EAE6

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

Shades of Jagged Ice #C3EAE6

Tints of Jagged Ice #C3EAE6

Color information

#C3EAE6 (or 0xC3EAE6) is unknown color: approx Jagged Ice. HEX triplet: C3, EA and E6. RGB value is (195,234,230). Sum of RGB (Red+Green+Blue) = 195+234+230=659 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.59% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAE6 is #3C1519. Grayscale: #DDDDDD. Windows color (decimal): -3937562 or 15133379. OLE color: 15133379.

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

Color convert

RGB195234230-
CMYK0.1700.020.08
HSL173.85º48.15%84.12%-
HSV(B)173.85º16.67%91.76%-
XYZ66.2176.1686.07-
YUV221.88132.58108.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.59%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=29.59%
G=35.51%
B=34.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952342300.1700.020.08173.8548.1584.12
HexC3EAE611028ae3054
Octal30335234621021025660124
Binary110000111110101011100110100010101000101011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EAE6; }

 p { color: rgb(195,234,230); }

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

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

 a { background-color: rgb(195,234,230); }

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

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

 span { border-color: rgb(195,234,230); }

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