#C1F7ED

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

Shades of Jagged Ice #C1F7ED

Tints of Jagged Ice #C1F7ED

Color information

#C1F7ED (or 0xC1F7ED) is unknown color: approx Jagged Ice. HEX triplet: C1, F7 and ED. RGB value is (193,247,237). Sum of RGB (Red+Green+Blue) = 193+247+237=677 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.51% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F7ED is #3E0812. Grayscale: #E5E5E5. Windows color (decimal): -4065299 or 15595457. OLE color: 15595457.

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

Color convert

RGB193247237-
CMYK0.2200.040.03
HSL168.89º77.14%86.27%-
HSV(B)168.89º21.86%96.86%-
XYZ70.5483.9792.61-
YUV229.71132.11101.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.51%
GREEN value IS 247 (96.88% from 255) = 36.48%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=28.51%
G=36.48%
B=35.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1932472370.2200.040.03168.8977.1486.27
HexC1F7ED16043a94d56
Octal30136735526043251115126
Binary110000011111011111101101101100100111010100110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F7ED; }

 p { color: rgb(193,247,237); }

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

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

 a { background-color: rgb(193,247,237); }

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

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

 span { border-color: rgb(193,247,237); }

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