#C1F5EB

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

Shades of Jagged Ice #C1F5EB

Tints of Jagged Ice #C1F5EB

Color information

#C1F5EB (or 0xC1F5EB) is unknown color: approx Jagged Ice. HEX triplet: C1, F5 and EB. RGB value is (193,245,235). Sum of RGB (Red+Green+Blue) = 193+245+235=673 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.68% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F5EB is #3E0A14. Grayscale: #E4E4E4. Windows color (decimal): -4065813 or 15463873. OLE color: 15463873.

HSL color Cylindrical-coordinate representation of color #C1F5EB: hue angle of 168.46º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F5EB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB193245235-
CMYK0.2100.040.04
HSL168.46º72.22%85.88%-
HSV(B)168.46º21.22%96.08%-
XYZ69.6482.6490.88-
YUV228.31131.77102.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.68%
GREEN value IS 245 (96.09% from 255) = 36.40%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=28.68%
G=36.40%
B=34.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932452350.2100.040.04168.4672.2285.88
HexC1F5EB15044a84856
Octal30136535325044250110126
Binary1100000111110101111010111010101001001010100010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F5EB; }

 p { color: rgb(193,245,235); }

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

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

 a { background-color: rgb(193,245,235); }

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

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

 span { border-color: rgb(193,245,235); }

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