Shades of Humming Bird #CAF8EC
Tints of Humming Bird #CAF8EC
RGB
CMYK
RGB Variations
Color information
#CAF8EC (or 0xCAF8EC) is known color: Humming Bird. HEX triplet: CA, F8 and EC. RGB value is (202,248,236). Sum of RGB (Red+Green+Blue) = 202+248+236=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8EC is #350713. Grayscale: #E8E8E8. Windows color (decimal): -3475220 or 15530186. OLE color: 15530186.
HSL color Cylindrical-coordinate representation of color #CAF8EC: hue angle of 164.35º 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 #CAF8EC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 236 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.03 |
| HSL | 164.35º | 0.77% | 0.88% | - |
| HSV(B) | 164.35º | 0.19% | 0.97% | - |
| XYZ | 73.06 | 85.75 | 92.06 | - |
| YUV | 232.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 236 | 0.19 | 0 | 0.05 | 0.03 | 164.35 | 0.77 | 0.88 |
| Hex | CA | F8 | EC | 13 | 0 | 5 | 3 | A4 | 4D | 58 |
| Octal | 312 | 370 | 354 | 23 | 0 | 5 | 3 | 244 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11101100 | 10011 | 0 | 101 | 11 | 10100100 | 1001101 | 1011000 |
Color Harmonies of #CAF8EC
Complementary color
Monochromatic Colors of #CAF8EC
Black with #CAF8EC
Text Example
Text Example
White with #CAF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8EC; }
p { color: rgb(202,248,236); }
H1.HeaderClassName
{
color: #CAF8EC;
}
.AnyTagClassName
{
color: #CAF8EC;
}
</style>
background-color css
<style>
a { background-color: #CAF8EC; }
a { background-color: rgb(202,248,236); }
div.DivClassName
{
background-color: #CAF8EC;
}
.BgClassName
{
background-color: #CAF8EC;
}
</style>
border-color css
<style>
span { border-color: #CAF8EC; }
span { border-color: rgb(202,248,236); }
td.TdClassName
{
border-color: #CAF8EC;
}
.TagClassName
{
border-color: #CAF8EC;
}
</style>