#C7FBF3

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

Shades of Foam #C7FBF3

Tints of Foam #C7FBF3

Color information

#C7FBF3 (or 0xC7FBF3) is unknown color: approx Foam. HEX triplet: C7, FB and F3. RGB value is (199,251,243). Sum of RGB (Red+Green+Blue) = 199+251+243=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FBF3 is #38040C. Grayscale: #EAEAEA. Windows color (decimal): -3671053 or 15989703. OLE color: 15989703.

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

Color convert

RGB199251243-
CMYK0.2100.030.02
HSL170.77º86.67%88.24%-
HSV(B)170.77º20.72%98.43%-
XYZ74.2387.6197.79-
YUV234.54132.77102.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.72%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=28.72%
G=36.22%
B=35.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992512430.2100.030.02170.7786.6788.24
HexC7FBF315032ab5758
Octal30737336325032253127130
Binary11000111111110111111001110101011101010101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBF3; }

 p { color: rgb(199,251,243); }

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

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

 a { background-color: rgb(199,251,243); }

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

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

 span { border-color: rgb(199,251,243); }

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