#C9FCF7

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

Shades of Foam #C9FCF7

Tints of Foam #C9FCF7

Color information

#C9FCF7 (or 0xC9FCF7) is unknown color: approx Foam. HEX triplet: C9, FC and F7. RGB value is (201,252,247). Sum of RGB (Red+Green+Blue) = 201+252+247=700 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.71% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 247 (96.88% from 255 or 35.29% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FCF7 is #360308. Grayscale: #ECECEC. Windows color (decimal): -3539721 or 16252105. OLE color: 16252105.

HSL color Cylindrical-coordinate representation of color #C9FCF7: hue angle of 174.12º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FCF7 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB201252247-
CMYK0.2000.020.01
HSL174.12º89.47%88.82%-
HSV(B)174.12º20.24%98.82%-
XYZ75.6988.75101.14-
YUV236.18134.1102.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.71%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 247 (96.88% from 255) = 35.29%
R=28.71%
G=36%
B=35.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012522470.2000.020.01174.1289.4788.82
HexC9FCF714021ae5959
Octal31137436724021256131131
Binary1100100111111100111101111010001011010111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FCF7; }

 p { color: rgb(201,252,247); }

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

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

 a { background-color: rgb(201,252,247); }

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

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

 span { border-color: rgb(201,252,247); }

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