#C1FBF2

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

Shades of Foam #C1FBF2

Tints of Foam #C1FBF2

Color information

#C1FBF2 (or 0xC1FBF2) is unknown color: approx Foam. HEX triplet: C1, FB and F2. RGB value is (193,251,242). Sum of RGB (Red+Green+Blue) = 193+251+242=686 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.13% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBF2 is #3E040D. Grayscale: #E8E8E8. Windows color (decimal): -4064270 or 15924161. OLE color: 15924161.

HSL color Cylindrical-coordinate representation of color #C1FBF2: hue angle of 170.69º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FBF2 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB193251242-
CMYK0.2300.040.02
HSL170.69º87.88%87.06%-
HSV(B)170.69º23.11%98.43%-
XYZ72.5286.7496.93-
YUV232.63133.2899.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.13%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=28.13%
G=36.59%
B=35.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932512420.2300.040.02170.6987.8887.06
HexC1FBF217042ab5857
Octal30137336227042253130127
Binary110000011111101111110010101110100101010101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBF2; }

 p { color: rgb(193,251,242); }

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

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

 a { background-color: rgb(193,251,242); }

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

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

 span { border-color: rgb(193,251,242); }

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