Shades of Humming Bird #CAF6EC
Tints of Humming Bird #CAF6EC
RGB
CMYK
RGB Variations
Color information
#CAF6EC (or 0xCAF6EC) is known color: Humming Bird. HEX triplet: CA, F6 and EC. RGB value is (202,246,236). Sum of RGB (Red+Green+Blue) = 202+246+236=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF6EC is #350913. Grayscale: #E7E7E7. Windows color (decimal): -3475732 or 15529674. OLE color: 15529674.
HSL color Cylindrical-coordinate representation of color #CAF6EC: hue angle of 166.36º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF6EC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 236 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.04 |
| HSL | 166.36º | 0.71% | 0.88% | - |
| HSV(B) | 166.36º | 0.18% | 0.96% | - |
| XYZ | 72.45 | 84.52 | 91.85 | - |
| YUV | 231.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 236 | 0.18 | 0 | 0.04 | 0.04 | 166.36 | 0.71 | 0.88 |
| Hex | CA | F6 | EC | 12 | 0 | 4 | 4 | A6 | 47 | 58 |
| Octal | 312 | 366 | 354 | 22 | 0 | 4 | 4 | 246 | 107 | 130 |
| Binary | 11001010 | 11110110 | 11101100 | 10010 | 0 | 100 | 100 | 10100110 | 1000111 | 1011000 |
Color Harmonies of #CAF6EC
Complementary color
Monochromatic Colors of #CAF6EC
Black with #CAF6EC
Text Example
Text Example
White with #CAF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6EC; }
p { color: rgb(202,246,236); }
H1.HeaderClassName
{
color: #CAF6EC;
}
.AnyTagClassName
{
color: #CAF6EC;
}
</style>
background-color css
<style>
a { background-color: #CAF6EC; }
a { background-color: rgb(202,246,236); }
div.DivClassName
{
background-color: #CAF6EC;
}
.BgClassName
{
background-color: #CAF6EC;
}
</style>
border-color css
<style>
span { border-color: #CAF6EC; }
span { border-color: rgb(202,246,236); }
td.TdClassName
{
border-color: #CAF6EC;
}
.TagClassName
{
border-color: #CAF6EC;
}
</style>