Shades of Humming Bird #CAF7EC
Tints of Humming Bird #CAF7EC
RGB
CMYK
RGB Variations
Color information
#CAF7EC (or 0xCAF7EC) is known color: Humming Bird. HEX triplet: CA, F7 and EC. RGB value is (202,247,236). Sum of RGB (Red+Green+Blue) = 202+247+236=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7EC is #350813. Grayscale: #E8E8E8. Windows color (decimal): -3475476 or 15529930. OLE color: 15529930.
HSL color Cylindrical-coordinate representation of color #CAF7EC: hue angle of 165.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7EC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 236 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.03 |
| HSL | 165.33º | 0.74% | 0.88% | - |
| HSV(B) | 165.33º | 0.18% | 0.97% | - |
| XYZ | 72.76 | 85.13 | 91.95 | - |
| YUV | 232.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 236 | 0.18 | 0 | 0.04 | 0.03 | 165.33 | 0.74 | 0.88 |
| Hex | CA | F7 | EC | 12 | 0 | 4 | 3 | A5 | 4A | 58 |
| Octal | 312 | 367 | 354 | 22 | 0 | 4 | 3 | 245 | 112 | 130 |
| Binary | 11001010 | 11110111 | 11101100 | 10010 | 0 | 100 | 11 | 10100101 | 1001010 | 1011000 |
Color Harmonies of #CAF7EC
Complementary color
Monochromatic Colors of #CAF7EC
Black with #CAF7EC
Text Example
Text Example
White with #CAF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF7EC; }
p { color: rgb(202,247,236); }
H1.HeaderClassName
{
color: #CAF7EC;
}
.AnyTagClassName
{
color: #CAF7EC;
}
</style>
background-color css
<style>
a { background-color: #CAF7EC; }
a { background-color: rgb(202,247,236); }
div.DivClassName
{
background-color: #CAF7EC;
}
.BgClassName
{
background-color: #CAF7EC;
}
</style>
border-color css
<style>
span { border-color: #CAF7EC; }
span { border-color: rgb(202,247,236); }
td.TdClassName
{
border-color: #CAF7EC;
}
.TagClassName
{
border-color: #CAF7EC;
}
</style>