Shades of Humming Bird #CAF9EC
Tints of Humming Bird #CAF9EC
RGB
CMYK
RGB Variations
Color information
#CAF9EC (or 0xCAF9EC) is known color: Humming Bird. HEX triplet: CA, F9 and EC. RGB value is (202,249,236). Sum of RGB (Red+Green+Blue) = 202+249+236=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF9EC is #350613. Grayscale: #E9E9E9. Windows color (decimal): -3474964 or 15530442. OLE color: 15530442.
HSL color Cylindrical-coordinate representation of color #CAF9EC: hue angle of 163.4º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9EC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 236 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.02 |
| HSL | 163.4º | 0.8% | 0.88% | - |
| HSV(B) | 163.4º | 0.19% | 0.98% | - |
| XYZ | 73.37 | 86.36 | 92.16 | - |
| YUV | 233.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 236 | 0.19 | 0 | 0.05 | 0.02 | 163.4 | 0.8 | 0.88 |
| Hex | CA | F9 | EC | 13 | 0 | 5 | 2 | A3 | 50 | 58 |
| Octal | 312 | 371 | 354 | 23 | 0 | 5 | 2 | 243 | 120 | 130 |
| Binary | 11001010 | 11111001 | 11101100 | 10011 | 0 | 101 | 10 | 10100011 | 1010000 | 1011000 |
Color Harmonies of #CAF9EC
Complementary color
Monochromatic Colors of #CAF9EC
Black with #CAF9EC
Text Example
Text Example
White with #CAF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9EC; }
p { color: rgb(202,249,236); }
H1.HeaderClassName
{
color: #CAF9EC;
}
.AnyTagClassName
{
color: #CAF9EC;
}
</style>
background-color css
<style>
a { background-color: #CAF9EC; }
a { background-color: rgb(202,249,236); }
div.DivClassName
{
background-color: #CAF9EC;
}
.BgClassName
{
background-color: #CAF9EC;
}
</style>
border-color css
<style>
span { border-color: #CAF9EC; }
span { border-color: rgb(202,249,236); }
td.TdClassName
{
border-color: #CAF9EC;
}
.TagClassName
{
border-color: #CAF9EC;
}
</style>