Shades of Humming Bird #C9FEF0
Tints of Humming Bird #C9FEF0
RGB
CMYK
RGB Variations
Color information
#C9FEF0 (or 0xC9FEF0) is known color: Humming Bird. HEX triplet: C9, FE and F0. RGB value is (201,254,240). Sum of RGB (Red+Green+Blue) = 201+254+240=695 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.92% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FEF0 is #36010F. Grayscale: #ECECEC. Windows color (decimal): -3539216 or 15793865. OLE color: 15793865.
HSL color Cylindrical-coordinate representation of color #C9FEF0: hue angle of 164.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FEF0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 201 | 254 | 240 | - |
CMYK | 0.21 | 0 | 0.06 | 0.00 |
HSL | 164.15º | 0.96% | 0.89% | - |
HSV(B) | 164.15º | 0.21% | 1% | - |
XYZ | 75.26 | 89.59 | 95.76 | - |
YUV | 236.56 | 129.94 | 102.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 254 | 240 | 0.21 | 0 | 0.06 | 0.00 | 164.15 | 0.96 | 0.89 |
Hex | C9 | FE | F0 | 15 | 0 | 6 | 0 | A4 | 60 | 59 |
Octal | 311 | 376 | 360 | 25 | 0 | 6 | 0 | 244 | 140 | 131 |
Binary | 11001001 | 11111110 | 11110000 | 10101 | 0 | 110 | 0 | 10100100 | 1100000 | 1011001 |
Color Harmonies of #C9FEF0
Complementary color
Monochromatic Colors of #C9FEF0
Black with #C9FEF0
Text Example
Text Example
White with #C9FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FEF0; }
p { color: rgb(201,254,240); }
H1.HeaderClassName
{
color: #C9FEF0;
}
.AnyTagClassName
{
color: #C9FEF0;
}
</style>
background-color css
<style>
a { background-color: #C9FEF0; }
a { background-color: rgb(201,254,240); }
div.DivClassName
{
background-color: #C9FEF0;
}
.BgClassName
{
background-color: #C9FEF0;
}
</style>
border-color css
<style>
span { border-color: #C9FEF0; }
span { border-color: rgb(201,254,240); }
td.TdClassName
{
border-color: #C9FEF0;
}
.TagClassName
{
border-color: #C9FEF0;
}
</style>