Shades of Humming Bird #CAF6E1
Tints of Humming Bird #CAF6E1
RGB
CMYK
RGB Variations
Color information
#CAF6E1 (or 0xCAF6E1) is known color: Humming Bird. HEX triplet: CA, F6 and E1. RGB value is (202,246,225). Sum of RGB (Red+Green+Blue) = 202+246+225=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6E1 is #35091E. Grayscale: #E6E6E6. Windows color (decimal): -3475743 or 14808778. OLE color: 14808778.
HSL color Cylindrical-coordinate representation of color #CAF6E1: hue angle of 151.36º degrees, saturation: 0.71, 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 #CAF6E1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 225 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.04 |
| HSL | 151.36º | 0.71% | 0.88% | - |
| HSV(B) | 151.36º | 0.18% | 0.96% | - |
| XYZ | 70.9 | 83.9 | 83.69 | - |
| YUV | 230.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 225 | 0.18 | 0 | 0.09 | 0.04 | 151.36 | 0.71 | 0.88 |
| Hex | CA | F6 | E1 | 12 | 0 | 9 | 4 | 97 | 47 | 58 |
| Octal | 312 | 366 | 341 | 22 | 0 | 11 | 4 | 227 | 107 | 130 |
| Binary | 11001010 | 11110110 | 11100001 | 10010 | 0 | 1001 | 100 | 10010111 | 1000111 | 1011000 |
Color Harmonies of #CAF6E1
Complementary color
Monochromatic Colors of #CAF6E1
Black with #CAF6E1
Text Example
Text Example
White with #CAF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6E1; }
p { color: rgb(202,246,225); }
H1.HeaderClassName
{
color: #CAF6E1;
}
.AnyTagClassName
{
color: #CAF6E1;
}
</style>
background-color css
<style>
a { background-color: #CAF6E1; }
a { background-color: rgb(202,246,225); }
div.DivClassName
{
background-color: #CAF6E1;
}
.BgClassName
{
background-color: #CAF6E1;
}
</style>
border-color css
<style>
span { border-color: #CAF6E1; }
span { border-color: rgb(202,246,225); }
td.TdClassName
{
border-color: #CAF6E1;
}
.TagClassName
{
border-color: #CAF6E1;
}
</style>