Shades of Humming Bird #CAF2EA
Tints of Humming Bird #CAF2EA
RGB
CMYK
RGB Variations
Color information
#CAF2EA (or 0xCAF2EA) is known color: Humming Bird. HEX triplet: CA, F2 and EA. RGB value is (202,242,234). Sum of RGB (Red+Green+Blue) = 202+242+234=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2EA is #350D15. Grayscale: #E5E5E5. Windows color (decimal): -3476758 or 15397578. OLE color: 15397578.
HSL color Cylindrical-coordinate representation of color #CAF2EA: hue angle of 168º 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 #CAF2EA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 234 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.05 |
| HSL | 168º | 0.61% | 0.87% | - |
| HSV(B) | 168º | 0.17% | 0.95% | - |
| XYZ | 70.96 | 82 | 89.93 | - |
| YUV | 229.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 234 | 0.17 | 0 | 0.03 | 0.05 | 168 | 0.61 | 0.87 |
| Hex | CA | F2 | EA | 11 | 0 | 3 | 5 | A8 | 3D | 57 |
| Octal | 312 | 362 | 352 | 21 | 0 | 3 | 5 | 250 | 75 | 127 |
| Binary | 11001010 | 11110010 | 11101010 | 10001 | 0 | 11 | 101 | 10101000 | 111101 | 1010111 |
Color Harmonies of #CAF2EA
Complementary color
Monochromatic Colors of #CAF2EA
Black with #CAF2EA
Text Example
Text Example
White with #CAF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2EA; }
p { color: rgb(202,242,234); }
H1.HeaderClassName
{
color: #CAF2EA;
}
.AnyTagClassName
{
color: #CAF2EA;
}
</style>
background-color css
<style>
a { background-color: #CAF2EA; }
a { background-color: rgb(202,242,234); }
div.DivClassName
{
background-color: #CAF2EA;
}
.BgClassName
{
background-color: #CAF2EA;
}
</style>
border-color css
<style>
span { border-color: #CAF2EA; }
span { border-color: rgb(202,242,234); }
td.TdClassName
{
border-color: #CAF2EA;
}
.TagClassName
{
border-color: #CAF2EA;
}
</style>