#C1F8EF

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

Shades of Foam #C1F8EF

Tints of Foam #C1F8EF

Color information

#C1F8EF (or 0xC1F8EF) is unknown color: approx Foam. HEX triplet: C1, F8 and EF. RGB value is (193,248,239). Sum of RGB (Red+Green+Blue) = 193+248+239=680 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.38% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F8EF is #3E0710. Grayscale: #E6E6E6. Windows color (decimal): -4065041 or 15726785. OLE color: 15726785.

HSL color Cylindrical-coordinate representation of color #C1F8EF: hue angle of 170.18º degrees, saturation: 0.8, 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 #C1F8EF is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB193248239-
CMYK0.2200.040.03
HSL170.18º79.71%86.47%-
HSV(B)170.18º22.18%97.25%-
XYZ71.1484.794.26-
YUV230.53132.78101.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.38%
GREEN value IS 248 (97.27% from 255) = 36.47%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=28.38%
G=36.47%
B=35.15%

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
Decimal1932482390.2200.040.03170.1879.7186.47
HexC1F8EF16043aa5056
Octal30137035726043252120126
Binary110000011111100011101111101100100111010101010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F8EF; }

 p { color: rgb(193,248,239); }

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

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

 a { background-color: rgb(193,248,239); }

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

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

 span { border-color: rgb(193,248,239); }

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