#C3F3E9

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

Shades of Jagged Ice #C3F3E9

Tints of Jagged Ice #C3F3E9

Color information

#C3F3E9 (or 0xC3F3E9) is unknown color: approx Jagged Ice. HEX triplet: C3, F3 and E9. RGB value is (195,243,233). Sum of RGB (Red+Green+Blue) = 195+243+233=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F3E9 is #3C0C16. Grayscale: #E3E3E3. Windows color (decimal): -3935255 or 15332291. OLE color: 15332291.

HSL color Cylindrical-coordinate representation of color #C3F3E9: hue angle of 167.5º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F3E9 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB195243233-
CMYK0.2000.040.05
HSL167.5º66.67%85.88%-
HSV(B)167.5º19.75%95.29%-
XYZ69.2681.5989.19-
YUV227.51131.1104.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.06%
GREEN value IS 243 (95.31% from 255) = 36.21%
BLUE value IS 233 (91.41% from 255) = 34.72%
R=29.06%
G=36.21%
B=34.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952432330.2000.040.05167.566.6785.88
HexC3F3E914045a84356
Octal30336335124045250103126
Binary1100001111110011111010011010001001011010100010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F3E9; }

 p { color: rgb(195,243,233); }

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

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

 a { background-color: rgb(195,243,233); }

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

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

 span { border-color: rgb(195,243,233); }

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