#C1F6EC

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

Shades of Jagged Ice #C1F6EC

Tints of Jagged Ice #C1F6EC

Color information

#C1F6EC (or 0xC1F6EC) is unknown color: approx Jagged Ice. HEX triplet: C1, F6 and EC. RGB value is (193,246,236). Sum of RGB (Red+Green+Blue) = 193+246+236=675 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.59% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #C1F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F6EC is #3E0913. Grayscale: #E5E5E5. Windows color (decimal): -4065556 or 15529665. OLE color: 15529665.

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

Color convert

RGB193246236-
CMYK0.2200.040.04
HSL168.68º74.65%86.08%-
HSV(B)168.68º21.54%96.47%-
XYZ70.0983.3191.74-
YUV229.01131.94102.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.59%
GREEN value IS 246 (96.48% from 255) = 36.44%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=28.59%
G=36.44%
B=34.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932462360.2200.040.04168.6874.6586.08
HexC1F6EC16044a94b56
Octal30136635426044251113126
Binary1100000111110110111011001011001001001010100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F6EC; }

 p { color: rgb(193,246,236); }

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

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

 a { background-color: rgb(193,246,236); }

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

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

 span { border-color: rgb(193,246,236); }

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