Shades of Humming Bird #C9FFF0
Tints of Humming Bird #C9FFF0
RGB
CMYK
RGB Variations
Color information
#C9FFF0 (or 0xC9FFF0) is known color: Humming Bird. HEX triplet: C9, FF and F0. RGB value is (201,255,240). Sum of RGB (Red+Green+Blue) = 201+255+240=696 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.88% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFF0 is #36000F. Grayscale: #EDEDED. Windows color (decimal): -3538960 or 15794121. OLE color: 15794121.
HSL color Cylindrical-coordinate representation of color #C9FFF0: hue angle of 163.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFF0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 201 | 255 | 240 | - |
CMYK | 0.21 | 0 | 0.06 | 0 |
HSL | 163.33º | 1% | 0.89% | - |
HSV(B) | 163.33º | 0.21% | 1% | - |
XYZ | 75.58 | 90.23 | 95.87 | - |
YUV | 237.14 | 129.61 | 102.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 255 | 240 | 0.21 | 0 | 0.06 | 0 | 163.33 | 1 | 0.89 |
Hex | C9 | FF | F0 | 15 | 0 | 6 | 0 | A3 | 64 | 59 |
Octal | 311 | 377 | 360 | 25 | 0 | 6 | 0 | 243 | 144 | 131 |
Binary | 11001001 | 11111111 | 11110000 | 10101 | 0 | 110 | 0 | 10100011 | 1100100 | 1011001 |
Color Harmonies of #C9FFF0
Complementary color
Monochromatic Colors of #C9FFF0
Black with #C9FFF0
Text Example
Text Example
White with #C9FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFF0; }
p { color: rgb(201,255,240); }
H1.HeaderClassName
{
color: #C9FFF0;
}
.AnyTagClassName
{
color: #C9FFF0;
}
</style>
background-color css
<style>
a { background-color: #C9FFF0; }
a { background-color: rgb(201,255,240); }
div.DivClassName
{
background-color: #C9FFF0;
}
.BgClassName
{
background-color: #C9FFF0;
}
</style>
border-color css
<style>
span { border-color: #C9FFF0; }
span { border-color: rgb(201,255,240); }
td.TdClassName
{
border-color: #C9FFF0;
}
.TagClassName
{
border-color: #C9FFF0;
}
</style>