Shades of Humming Bird #CAF2E2
Tints of Humming Bird #CAF2E2
RGB
CMYK
RGB Variations
Color information
#CAF2E2 (or 0xCAF2E2) is known color: Humming Bird. HEX triplet: CA, F2 and E2. RGB value is (202,242,226). Sum of RGB (Red+Green+Blue) = 202+242+226=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2E2 is #350D1D. Grayscale: #E4E4E4. Windows color (decimal): -3476766 or 14873290. OLE color: 14873290.
HSL color Cylindrical-coordinate representation of color #CAF2E2: hue angle of 156º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2E2 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 226 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.05 |
| HSL | 156º | 0.61% | 0.87% | - |
| HSV(B) | 156º | 0.17% | 0.95% | - |
| XYZ | 69.84 | 81.55 | 84.01 | - |
| YUV | 228.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 226 | 0.17 | 0 | 0.07 | 0.05 | 156 | 0.61 | 0.87 |
| Hex | CA | F2 | E2 | 11 | 0 | 7 | 5 | 9C | 3D | 57 |
| Octal | 312 | 362 | 342 | 21 | 0 | 7 | 5 | 234 | 75 | 127 |
| Binary | 11001010 | 11110010 | 11100010 | 10001 | 0 | 111 | 101 | 10011100 | 111101 | 1010111 |
Color Harmonies of #CAF2E2
Complementary color
Monochromatic Colors of #CAF2E2
Black with #CAF2E2
Text Example
Text Example
White with #CAF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2E2; }
p { color: rgb(202,242,226); }
H1.HeaderClassName
{
color: #CAF2E2;
}
.AnyTagClassName
{
color: #CAF2E2;
}
</style>
background-color css
<style>
a { background-color: #CAF2E2; }
a { background-color: rgb(202,242,226); }
div.DivClassName
{
background-color: #CAF2E2;
}
.BgClassName
{
background-color: #CAF2E2;
}
</style>
border-color css
<style>
span { border-color: #CAF2E2; }
span { border-color: rgb(202,242,226); }
td.TdClassName
{
border-color: #CAF2E2;
}
.TagClassName
{
border-color: #CAF2E2;
}
</style>