Shades of Humming Bird #CAF1E8
Tints of Humming Bird #CAF1E8
RGB
CMYK
RGB Variations
Color information
#CAF1E8 (or 0xCAF1E8) is known color: Humming Bird. HEX triplet: CA, F1 and E8. RGB value is (202,241,232). Sum of RGB (Red+Green+Blue) = 202+241+232=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1E8 is #350E17. Grayscale: #E4E4E4. Windows color (decimal): -3477016 or 15266250. OLE color: 15266250.
HSL color Cylindrical-coordinate representation of color #CAF1E8: hue angle of 166.15º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1E8 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 232 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.05 |
| HSL | 166.15º | 0.58% | 0.87% | - |
| HSV(B) | 166.15º | 0.16% | 0.95% | - |
| XYZ | 70.38 | 81.29 | 88.33 | - |
| YUV | 228.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 232 | 0.16 | 0 | 0.04 | 0.05 | 166.15 | 0.58 | 0.87 |
| Hex | CA | F1 | E8 | 10 | 0 | 4 | 5 | A6 | 3A | 57 |
| Octal | 312 | 361 | 350 | 20 | 0 | 4 | 5 | 246 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11101000 | 10000 | 0 | 100 | 101 | 10100110 | 111010 | 1010111 |
Color Harmonies of #CAF1E8
Complementary color
Monochromatic Colors of #CAF1E8
Black with #CAF1E8
Text Example
Text Example
White with #CAF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1E8; }
p { color: rgb(202,241,232); }
H1.HeaderClassName
{
color: #CAF1E8;
}
.AnyTagClassName
{
color: #CAF1E8;
}
</style>
background-color css
<style>
a { background-color: #CAF1E8; }
a { background-color: rgb(202,241,232); }
div.DivClassName
{
background-color: #CAF1E8;
}
.BgClassName
{
background-color: #CAF1E8;
}
</style>
border-color css
<style>
span { border-color: #CAF1E8; }
span { border-color: rgb(202,241,232); }
td.TdClassName
{
border-color: #CAF1E8;
}
.TagClassName
{
border-color: #CAF1E8;
}
</style>