Shades of Humming Bird #CAF5E1
Tints of Humming Bird #CAF5E1
RGB
CMYK
RGB Variations
Color information
#CAF5E1 (or 0xCAF5E1) is known color: Humming Bird. HEX triplet: CA, F5 and E1. RGB value is (202,245,225). Sum of RGB (Red+Green+Blue) = 202+245+225=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5E1 is #350A1E. Grayscale: #E5E5E5. Windows color (decimal): -3475999 or 14808522. OLE color: 14808522.
HSL color Cylindrical-coordinate representation of color #CAF5E1: hue angle of 152.09º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF5E1 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 225 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.04 |
| HSL | 152.09º | 0.68% | 0.88% | - |
| HSV(B) | 152.09º | 0.18% | 0.96% | - |
| XYZ | 70.6 | 83.3 | 83.59 | - |
| YUV | 229.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 225 | 0.18 | 0 | 0.08 | 0.04 | 152.09 | 0.68 | 0.88 |
| Hex | CA | F5 | E1 | 12 | 0 | 8 | 4 | 98 | 44 | 58 |
| Octal | 312 | 365 | 341 | 22 | 0 | 10 | 4 | 230 | 104 | 130 |
| Binary | 11001010 | 11110101 | 11100001 | 10010 | 0 | 1000 | 100 | 10011000 | 1000100 | 1011000 |
Color Harmonies of #CAF5E1
Complementary color
Monochromatic Colors of #CAF5E1
Black with #CAF5E1
Text Example
Text Example
White with #CAF5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5E1; }
p { color: rgb(202,245,225); }
H1.HeaderClassName
{
color: #CAF5E1;
}
.AnyTagClassName
{
color: #CAF5E1;
}
</style>
background-color css
<style>
a { background-color: #CAF5E1; }
a { background-color: rgb(202,245,225); }
div.DivClassName
{
background-color: #CAF5E1;
}
.BgClassName
{
background-color: #CAF5E1;
}
</style>
border-color css
<style>
span { border-color: #CAF5E1; }
span { border-color: rgb(202,245,225); }
td.TdClassName
{
border-color: #CAF5E1;
}
.TagClassName
{
border-color: #CAF5E1;
}
</style>