#C9FCF0

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

Shades of Humming Bird #C9FCF0

Tints of Humming Bird #C9FCF0

Color information

#C9FCF0 (or 0xC9FCF0) is unknown color: approx Humming Bird. HEX triplet: C9, FC and F0. RGB value is (201,252,240). Sum of RGB (Red+Green+Blue) = 201+252+240=693 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.00% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FCF0 is #36030F. Grayscale: #EBEBEB. Windows color (decimal): -3539728 or 15793353. OLE color: 15793353.

HSL color Cylindrical-coordinate representation of color #C9FCF0: hue angle of 165.88º 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 #C9FCF0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB201252240-
CMYK0.2000.050.01
HSL165.88º89.47%88.82%-
HSV(B)165.88º20.24%98.82%-
XYZ74.6388.3395.55-
YUV235.38130.6103.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.00%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 240 (94.14% from 255) = 34.63%
R=29.00%
G=36.36%
B=34.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012522400.2000.050.01165.8889.4788.82
HexC9FCF014051a65959
Octal31137436024051246131131
Binary11001001111111001111000010100010111010011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FCF0; }

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

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

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

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

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

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

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

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