Shades of Humming Bird #CAF8E9
Tints of Humming Bird #CAF8E9
RGB
CMYK
RGB Variations
Color information
#CAF8E9 (or 0xCAF8E9) is known color: Humming Bird. HEX triplet: CA, F8 and E9. RGB value is (202,248,233). Sum of RGB (Red+Green+Blue) = 202+248+233=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8E9 is #350716. Grayscale: #E8E8E8. Windows color (decimal): -3475223 or 15333578. OLE color: 15333578.
HSL color Cylindrical-coordinate representation of color #CAF8E9: hue angle of 160.43º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8E9 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 233 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.03 |
| HSL | 160.43º | 0.77% | 0.88% | - |
| HSV(B) | 160.43º | 0.19% | 0.97% | - |
| XYZ | 72.63 | 85.57 | 89.78 | - |
| YUV | 232.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 233 | 0.19 | 0 | 0.06 | 0.03 | 160.43 | 0.77 | 0.88 |
| Hex | CA | F8 | E9 | 13 | 0 | 6 | 3 | A0 | 4D | 58 |
| Octal | 312 | 370 | 351 | 23 | 0 | 6 | 3 | 240 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11101001 | 10011 | 0 | 110 | 11 | 10100000 | 1001101 | 1011000 |
Color Harmonies of #CAF8E9
Complementary color
Monochromatic Colors of #CAF8E9
Black with #CAF8E9
Text Example
Text Example
White with #CAF8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8E9; }
p { color: rgb(202,248,233); }
H1.HeaderClassName
{
color: #CAF8E9;
}
.AnyTagClassName
{
color: #CAF8E9;
}
</style>
background-color css
<style>
a { background-color: #CAF8E9; }
a { background-color: rgb(202,248,233); }
div.DivClassName
{
background-color: #CAF8E9;
}
.BgClassName
{
background-color: #CAF8E9;
}
</style>
border-color css
<style>
span { border-color: #CAF8E9; }
span { border-color: rgb(202,248,233); }
td.TdClassName
{
border-color: #CAF8E9;
}
.TagClassName
{
border-color: #CAF8E9;
}
</style>