Shades of Humming Bird #CAF0E1
Tints of Humming Bird #CAF0E1
RGB
CMYK
RGB Variations
Color information
#CAF0E1 (or 0xCAF0E1) is known color: Humming Bird. HEX triplet: CA, F0 and E1. RGB value is (202,240,225). Sum of RGB (Red+Green+Blue) = 202+240+225=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0E1 is #350F1E. Grayscale: #E2E2E2. Windows color (decimal): -3477279 or 14807242. OLE color: 14807242.
HSL color Cylindrical-coordinate representation of color #CAF0E1: hue angle of 156.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0E1 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 225 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.06 |
| HSL | 156.32º | 0.56% | 0.87% | - |
| HSV(B) | 156.32º | 0.16% | 0.94% | - |
| XYZ | 69.11 | 80.31 | 83.09 | - |
| YUV | 226.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 225 | 0.16 | 0 | 0.06 | 0.06 | 156.32 | 0.56 | 0.87 |
| Hex | CA | F0 | E1 | 10 | 0 | 6 | 6 | 9C | 38 | 57 |
| Octal | 312 | 360 | 341 | 20 | 0 | 6 | 6 | 234 | 70 | 127 |
| Binary | 11001010 | 11110000 | 11100001 | 10000 | 0 | 110 | 110 | 10011100 | 111000 | 1010111 |
Color Harmonies of #CAF0E1
Complementary color
Monochromatic Colors of #CAF0E1
Black with #CAF0E1
Text Example
Text Example
White with #CAF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0E1; }
p { color: rgb(202,240,225); }
H1.HeaderClassName
{
color: #CAF0E1;
}
.AnyTagClassName
{
color: #CAF0E1;
}
</style>
background-color css
<style>
a { background-color: #CAF0E1; }
a { background-color: rgb(202,240,225); }
div.DivClassName
{
background-color: #CAF0E1;
}
.BgClassName
{
background-color: #CAF0E1;
}
</style>
border-color css
<style>
span { border-color: #CAF0E1; }
span { border-color: rgb(202,240,225); }
td.TdClassName
{
border-color: #CAF0E1;
}
.TagClassName
{
border-color: #CAF0E1;
}
</style>