Shades of Humming Bird #C9FDEF
Tints of Humming Bird #C9FDEF
RGB
CMYK
RGB Variations
Color information
#C9FDEF (or 0xC9FDEF) is known color: Humming Bird. HEX triplet: C9, FD and EF. RGB value is (201,253,239). Sum of RGB (Red+Green+Blue) = 201+253+239=693 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.00% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FDEF is #360210. Grayscale: #EBEBEB. Windows color (decimal): -3539473 or 15728073. OLE color: 15728073.
HSL color Cylindrical-coordinate representation of color #C9FDEF: hue angle of 163.85º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FDEF is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 253 | 239 | - |
CMYK | 0.21 | 0 | 0.06 | 0.01 |
HSL | 163.85º | 0.93% | 0.89% | - |
HSV(B) | 163.85º | 0.21% | 0.99% | - |
XYZ | 74.79 | 88.9 | 94.88 | - |
YUV | 235.86 | 129.77 | 103.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 253 | 239 | 0.21 | 0 | 0.06 | 0.01 | 163.85 | 0.93 | 0.89 |
Hex | C9 | FD | EF | 15 | 0 | 6 | 1 | A4 | 5D | 59 |
Octal | 311 | 375 | 357 | 25 | 0 | 6 | 1 | 244 | 135 | 131 |
Binary | 11001001 | 11111101 | 11101111 | 10101 | 0 | 110 | 1 | 10100100 | 1011101 | 1011001 |
Color Harmonies of #C9FDEF
Complementary color
Monochromatic Colors of #C9FDEF
Black with #C9FDEF
Text Example
Text Example
White with #C9FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FDEF; }
p { color: rgb(201,253,239); }
H1.HeaderClassName
{
color: #C9FDEF;
}
.AnyTagClassName
{
color: #C9FDEF;
}
</style>
background-color css
<style>
a { background-color: #C9FDEF; }
a { background-color: rgb(201,253,239); }
div.DivClassName
{
background-color: #C9FDEF;
}
.BgClassName
{
background-color: #C9FDEF;
}
</style>
border-color css
<style>
span { border-color: #C9FDEF; }
span { border-color: rgb(201,253,239); }
td.TdClassName
{
border-color: #C9FDEF;
}
.TagClassName
{
border-color: #C9FDEF;
}
</style>