Shades of Humming Bird #CAF4E8
Tints of Humming Bird #CAF4E8
RGB
CMYK
RGB Variations
Color information
#CAF4E8 (or 0xCAF4E8) is known color: Humming Bird. HEX triplet: CA, F4 and E8. RGB value is (202,244,232). Sum of RGB (Red+Green+Blue) = 202+244+232=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4E8 is #350B17. Grayscale: #E6E6E6. Windows color (decimal): -3476248 or 15267018. OLE color: 15267018.
HSL color Cylindrical-coordinate representation of color #CAF4E8: hue angle of 162.86º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4E8 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 232 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.04 |
| HSL | 162.86º | 0.66% | 0.87% | - |
| HSV(B) | 162.86º | 0.17% | 0.96% | - |
| XYZ | 71.27 | 83.08 | 88.62 | - |
| YUV | 230.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 232 | 0.17 | 0 | 0.05 | 0.04 | 162.86 | 0.66 | 0.87 |
| Hex | CA | F4 | E8 | 11 | 0 | 5 | 4 | A3 | 42 | 57 |
| Octal | 312 | 364 | 350 | 21 | 0 | 5 | 4 | 243 | 102 | 127 |
| Binary | 11001010 | 11110100 | 11101000 | 10001 | 0 | 101 | 100 | 10100011 | 1000010 | 1010111 |
Color Harmonies of #CAF4E8
Complementary color
Monochromatic Colors of #CAF4E8
Black with #CAF4E8
Text Example
Text Example
White with #CAF4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4E8; }
p { color: rgb(202,244,232); }
H1.HeaderClassName
{
color: #CAF4E8;
}
.AnyTagClassName
{
color: #CAF4E8;
}
</style>
background-color css
<style>
a { background-color: #CAF4E8; }
a { background-color: rgb(202,244,232); }
div.DivClassName
{
background-color: #CAF4E8;
}
.BgClassName
{
background-color: #CAF4E8;
}
</style>
border-color css
<style>
span { border-color: #CAF4E8; }
span { border-color: rgb(202,244,232); }
td.TdClassName
{
border-color: #CAF4E8;
}
.TagClassName
{
border-color: #CAF4E8;
}
</style>