#C3FBF6

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

Shades of Foam #C3FBF6

Tints of Foam #C3FBF6

Color information

#C3FBF6 (or 0xC3FBF6) is unknown color: approx Foam. HEX triplet: C3, FB and F6. RGB value is (195,251,246). Sum of RGB (Red+Green+Blue) = 195+251+246=692 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.18% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBF6 is #3C0409. Grayscale: #E9E9E9. Windows color (decimal): -3933194 or 16186307. OLE color: 16186307.

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

Color convert

RGB195251246-
CMYK0.2200.020.02
HSL174.64º87.5%87.45%-
HSV(B)174.64º22.31%98.43%-
XYZ73.6487.25100.15-
YUV233.69134.95100.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.18%
GREEN value IS 251 (98.44% from 255) = 36.27%
BLUE value IS 246 (96.48% from 255) = 35.55%
R=28.18%
G=36.27%
B=35.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952512460.2200.020.02174.6487.587.45
HexC3FBF616022af5857
Octal30337336626022257130127
Binary11000011111110111111011010110010101010111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FBF6; }

 p { color: rgb(195,251,246); }

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

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

 a { background-color: rgb(195,251,246); }

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

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

 span { border-color: rgb(195,251,246); }

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