Shades of Humming Bird #CAF8E2
Tints of Humming Bird #CAF8E2
RGB
CMYK
RGB Variations
Color information
#CAF8E2 (or 0xCAF8E2) is known color: Humming Bird. HEX triplet: CA, F8 and E2. RGB value is (202,248,226). Sum of RGB (Red+Green+Blue) = 202+248+226=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8E2 is #35071D. Grayscale: #E7E7E7. Windows color (decimal): -3475230 or 14874826. OLE color: 14874826.
HSL color Cylindrical-coordinate representation of color #CAF8E2: hue angle of 151.3º 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 #CAF8E2 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 226 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.03 |
| HSL | 151.3º | 0.77% | 0.88% | - |
| HSV(B) | 151.3º | 0.19% | 0.97% | - |
| XYZ | 71.65 | 85.18 | 84.62 | - |
| YUV | 231.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 226 | 0.19 | 0 | 0.09 | 0.03 | 151.3 | 0.77 | 0.88 |
| Hex | CA | F8 | E2 | 13 | 0 | 9 | 3 | 97 | 4D | 58 |
| Octal | 312 | 370 | 342 | 23 | 0 | 11 | 3 | 227 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11100010 | 10011 | 0 | 1001 | 11 | 10010111 | 1001101 | 1011000 |
Color Harmonies of #CAF8E2
Complementary color
Monochromatic Colors of #CAF8E2
Black with #CAF8E2
Text Example
Text Example
White with #CAF8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8E2; }
p { color: rgb(202,248,226); }
H1.HeaderClassName
{
color: #CAF8E2;
}
.AnyTagClassName
{
color: #CAF8E2;
}
</style>
background-color css
<style>
a { background-color: #CAF8E2; }
a { background-color: rgb(202,248,226); }
div.DivClassName
{
background-color: #CAF8E2;
}
.BgClassName
{
background-color: #CAF8E2;
}
</style>
border-color css
<style>
span { border-color: #CAF8E2; }
span { border-color: rgb(202,248,226); }
td.TdClassName
{
border-color: #CAF8E2;
}
.TagClassName
{
border-color: #CAF8E2;
}
</style>