Shades of Humming Bird #CAF8E5
Tints of Humming Bird #CAF8E5
RGB
CMYK
RGB Variations
Color information
#CAF8E5 (or 0xCAF8E5) is known color: Humming Bird. HEX triplet: CA, F8 and E5. RGB value is (202,248,229). Sum of RGB (Red+Green+Blue) = 202+248+229=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8E5 is #35071A. Grayscale: #E8E8E8. Windows color (decimal): -3475227 or 15071434. OLE color: 15071434.
HSL color Cylindrical-coordinate representation of color #CAF8E5: hue angle of 155.22º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8E5 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 229 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.03 |
| HSL | 155.22º | 0.77% | 0.88% | - |
| HSV(B) | 155.22º | 0.19% | 0.97% | - |
| XYZ | 72.07 | 85.35 | 86.8 | - |
| YUV | 232.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 229 | 0.19 | 0 | 0.08 | 0.03 | 155.22 | 0.77 | 0.88 |
| Hex | CA | F8 | E5 | 13 | 0 | 8 | 3 | 9B | 4D | 58 |
| Octal | 312 | 370 | 345 | 23 | 0 | 10 | 3 | 233 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11100101 | 10011 | 0 | 1000 | 11 | 10011011 | 1001101 | 1011000 |
Color Harmonies of #CAF8E5
Complementary color
Monochromatic Colors of #CAF8E5
Black with #CAF8E5
Text Example
Text Example
White with #CAF8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8E5; }
p { color: rgb(202,248,229); }
H1.HeaderClassName
{
color: #CAF8E5;
}
.AnyTagClassName
{
color: #CAF8E5;
}
</style>
background-color css
<style>
a { background-color: #CAF8E5; }
a { background-color: rgb(202,248,229); }
div.DivClassName
{
background-color: #CAF8E5;
}
.BgClassName
{
background-color: #CAF8E5;
}
</style>
border-color css
<style>
span { border-color: #CAF8E5; }
span { border-color: rgb(202,248,229); }
td.TdClassName
{
border-color: #CAF8E5;
}
.TagClassName
{
border-color: #CAF8E5;
}
</style>