#C3F3EB

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

Shades of Jagged Ice #C3F3EB

Tints of Jagged Ice #C3F3EB

Color information

#C3F3EB (or 0xC3F3EB) is unknown color: approx Jagged Ice. HEX triplet: C3, F3 and EB. RGB value is (195,243,235). Sum of RGB (Red+Green+Blue) = 195+243+235=673 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.97% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F3EB is #3C0C14. Grayscale: #E3E3E3. Windows color (decimal): -3935253 or 15463363. OLE color: 15463363.

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

Color convert

RGB195243235-
CMYK0.2000.030.05
HSL170º66.67%85.88%-
HSV(B)170º19.75%95.29%-
XYZ69.5581.790.7-
YUV227.74132.1104.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.97%
GREEN value IS 243 (95.31% from 255) = 36.11%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=28.97%
G=36.11%
B=34.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952432350.2000.030.0517066.6785.88
HexC3F3EB14035aa4356
Octal30336335324035252103126
Binary110000111111001111101011101000111011010101010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F3EB; }

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

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

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

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

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

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

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

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