#C3FBF7

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

Shades of Foam #C3FBF7

Tints of Foam #C3FBF7

Color information

#C3FBF7 (or 0xC3FBF7) is unknown color: approx Foam. HEX triplet: C3, FB and F7. RGB value is (195,251,247). Sum of RGB (Red+Green+Blue) = 195+251+247=693 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.14% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBF7 is #3C0408. Grayscale: #E9E9E9. Windows color (decimal): -3933193 or 16251843. OLE color: 16251843.

HSL color Cylindrical-coordinate representation of color #C3FBF7: hue angle of 175.71º 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 #C3FBF7 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB195251247-
CMYK0.2200.020.02
HSL175.71º87.5%87.45%-
HSV(B)175.71º22.31%98.43%-
XYZ73.7987.31100.96-
YUV233.8135.45100.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.14%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 247 (96.88% from 255) = 35.64%
R=28.14%
G=36.22%
B=35.64%

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
Decimal1952512470.2200.020.02175.7187.587.45
HexC3FBF716022b05857
Octal30337336726022260130127
Binary11000011111110111111011110110010101011000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FBF7; }

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

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

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

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

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

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

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

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