Shades of Humming Bird #CAF4E5
Tints of Humming Bird #CAF4E5
RGB
CMYK
RGB Variations
Color information
#CAF4E5 (or 0xCAF4E5) is known color: Humming Bird. HEX triplet: CA, F4 and E5. RGB value is (202,244,229). Sum of RGB (Red+Green+Blue) = 202+244+229=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4E5 is #350B1A. Grayscale: #E5E5E5. Windows color (decimal): -3476251 or 15070410. OLE color: 15070410.
HSL color Cylindrical-coordinate representation of color #CAF4E5: hue angle of 158.57º 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 #CAF4E5 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 229 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.04 |
| HSL | 158.57º | 0.66% | 0.87% | - |
| HSV(B) | 158.57º | 0.17% | 0.96% | - |
| XYZ | 70.85 | 82.92 | 86.4 | - |
| YUV | 229.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 229 | 0.17 | 0 | 0.06 | 0.04 | 158.57 | 0.66 | 0.87 |
| Hex | CA | F4 | E5 | 11 | 0 | 6 | 4 | 9F | 42 | 57 |
| Octal | 312 | 364 | 345 | 21 | 0 | 6 | 4 | 237 | 102 | 127 |
| Binary | 11001010 | 11110100 | 11100101 | 10001 | 0 | 110 | 100 | 10011111 | 1000010 | 1010111 |
Color Harmonies of #CAF4E5
Complementary color
Monochromatic Colors of #CAF4E5
Black with #CAF4E5
Text Example
Text Example
White with #CAF4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4E5; }
p { color: rgb(202,244,229); }
H1.HeaderClassName
{
color: #CAF4E5;
}
.AnyTagClassName
{
color: #CAF4E5;
}
</style>
background-color css
<style>
a { background-color: #CAF4E5; }
a { background-color: rgb(202,244,229); }
div.DivClassName
{
background-color: #CAF4E5;
}
.BgClassName
{
background-color: #CAF4E5;
}
</style>
border-color css
<style>
span { border-color: #CAF4E5; }
span { border-color: rgb(202,244,229); }
td.TdClassName
{
border-color: #CAF4E5;
}
.TagClassName
{
border-color: #CAF4E5;
}
</style>