Shades of Humming Bird #CAF2E8
Tints of Humming Bird #CAF2E8
RGB
CMYK
RGB Variations
Color information
#CAF2E8 (or 0xCAF2E8) is known color: Humming Bird. HEX triplet: CA, F2 and E8. RGB value is (202,242,232). Sum of RGB (Red+Green+Blue) = 202+242+232=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2E8 is #350D17. Grayscale: #E4E4E4. Windows color (decimal): -3476760 or 15266506. OLE color: 15266506.
HSL color Cylindrical-coordinate representation of color #CAF2E8: hue angle of 165º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2E8 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 232 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.05 |
| HSL | 165º | 0.61% | 0.87% | - |
| HSV(B) | 165º | 0.17% | 0.95% | - |
| XYZ | 70.67 | 81.89 | 88.42 | - |
| YUV | 228.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 232 | 0.17 | 0 | 0.04 | 0.05 | 165 | 0.61 | 0.87 |
| Hex | CA | F2 | E8 | 11 | 0 | 4 | 5 | A5 | 3D | 57 |
| Octal | 312 | 362 | 350 | 21 | 0 | 4 | 5 | 245 | 75 | 127 |
| Binary | 11001010 | 11110010 | 11101000 | 10001 | 0 | 100 | 101 | 10100101 | 111101 | 1010111 |
Color Harmonies of #CAF2E8
Complementary color
Monochromatic Colors of #CAF2E8
Black with #CAF2E8
Text Example
Text Example
White with #CAF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2E8; }
p { color: rgb(202,242,232); }
H1.HeaderClassName
{
color: #CAF2E8;
}
.AnyTagClassName
{
color: #CAF2E8;
}
</style>
background-color css
<style>
a { background-color: #CAF2E8; }
a { background-color: rgb(202,242,232); }
div.DivClassName
{
background-color: #CAF2E8;
}
.BgClassName
{
background-color: #CAF2E8;
}
</style>
border-color css
<style>
span { border-color: #CAF2E8; }
span { border-color: rgb(202,242,232); }
td.TdClassName
{
border-color: #CAF2E8;
}
.TagClassName
{
border-color: #CAF2E8;
}
</style>