#C3EAE3

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

Shades of Jagged Ice #C3EAE3

Tints of Jagged Ice #C3EAE3

Color information

#C3EAE3 (or 0xC3EAE3) is unknown color: approx Jagged Ice. HEX triplet: C3, EA and E3. RGB value is (195,234,227). Sum of RGB (Red+Green+Blue) = 195+234+227=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EAE3 is #3C151C. Grayscale: #DDDDDD. Windows color (decimal): -3937565 or 14936771. OLE color: 14936771.

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

Color convert

RGB195234227-
CMYK0.1700.030.08
HSL169.23º48.15%84.12%-
HSV(B)169.23º16.67%91.76%-
XYZ65.7975.9983.87-
YUV221.54131.08109.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.73%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=29.73%
G=35.67%
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
Decimal1952342270.1700.030.08169.2348.1584.12
HexC3EAE311038a93054
Octal30335234321031025160124
Binary110000111110101011100011100010111000101010011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EAE3; }

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

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

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

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

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

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

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

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