Shades of Humming Bird #C9EFE6
Tints of Humming Bird #C9EFE6
RGB
CMYK
RGB Variations
Color information
#C9EFE6 (or 0xC9EFE6) is known color: Humming Bird. HEX triplet: C9, EF and E6. RGB value is (201,239,230). Sum of RGB (Red+Green+Blue) = 201+239+230=670 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFE6 is #361019. Grayscale: #E2E2E2. Windows color (decimal): -3543066 or 15134665. OLE color: 15134665.
HSL color Cylindrical-coordinate representation of color #C9EFE6: hue angle of 165.79º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EFE6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 239 | 230 | - |
CMYK | 0.16 | 0 | 0.04 | 0.06 |
HSL | 165.79º | 0.54% | 0.86% | - |
HSV(B) | 165.79º | 0.16% | 0.94% | - |
XYZ | 69.24 | 79.86 | 86.63 | - |
YUV | 226.61 | 129.91 | 109.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 239 | 230 | 0.16 | 0 | 0.04 | 0.06 | 165.79 | 0.54 | 0.86 |
Hex | C9 | EF | E6 | 10 | 0 | 4 | 6 | A6 | 36 | 56 |
Octal | 311 | 357 | 346 | 20 | 0 | 4 | 6 | 246 | 66 | 126 |
Binary | 11001001 | 11101111 | 11100110 | 10000 | 0 | 100 | 110 | 10100110 | 110110 | 1010110 |
Color Harmonies of #C9EFE6
Complementary color
Monochromatic Colors of #C9EFE6
Black with #C9EFE6
Text Example
Text Example
White with #C9EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFE6; }
p { color: rgb(201,239,230); }
H1.HeaderClassName
{
color: #C9EFE6;
}
.AnyTagClassName
{
color: #C9EFE6;
}
</style>
background-color css
<style>
a { background-color: #C9EFE6; }
a { background-color: rgb(201,239,230); }
div.DivClassName
{
background-color: #C9EFE6;
}
.BgClassName
{
background-color: #C9EFE6;
}
</style>
border-color css
<style>
span { border-color: #C9EFE6; }
span { border-color: rgb(201,239,230); }
td.TdClassName
{
border-color: #C9EFE6;
}
.TagClassName
{
border-color: #C9EFE6;
}
</style>