Shades of Humming Bird #CAEEE2
Tints of Humming Bird #CAEEE2
RGB
CMYK
RGB Variations
Color information
#CAEEE2 (or 0xCAEEE2) is known color: Humming Bird. HEX triplet: CA, EE and E2. RGB value is (202,238,226). Sum of RGB (Red+Green+Blue) = 202+238+226=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEE2 is #35111D. Grayscale: #E1E1E1. Windows color (decimal): -3477790 or 14872266. OLE color: 14872266.
HSL color Cylindrical-coordinate representation of color #CAEEE2: hue angle of 160º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEEE2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 226 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.07 |
| HSL | 160º | 0.51% | 0.86% | - |
| HSV(B) | 160º | 0.15% | 0.93% | - |
| XYZ | 68.66 | 79.2 | 83.62 | - |
| YUV | 225.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 226 | 0.15 | 0 | 0.05 | 0.07 | 160 | 0.51 | 0.86 |
| Hex | CA | EE | E2 | F | 0 | 5 | 7 | A0 | 33 | 56 |
| Octal | 312 | 356 | 342 | 17 | 0 | 5 | 7 | 240 | 63 | 126 |
| Binary | 11001010 | 11101110 | 11100010 | 1111 | 0 | 101 | 111 | 10100000 | 110011 | 1010110 |
Color Harmonies of #CAEEE2
Complementary color
Monochromatic Colors of #CAEEE2
Black with #CAEEE2
Text Example
Text Example
White with #CAEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEE2; }
p { color: rgb(202,238,226); }
H1.HeaderClassName
{
color: #CAEEE2;
}
.AnyTagClassName
{
color: #CAEEE2;
}
</style>
background-color css
<style>
a { background-color: #CAEEE2; }
a { background-color: rgb(202,238,226); }
div.DivClassName
{
background-color: #CAEEE2;
}
.BgClassName
{
background-color: #CAEEE2;
}
</style>
border-color css
<style>
span { border-color: #CAEEE2; }
span { border-color: rgb(202,238,226); }
td.TdClassName
{
border-color: #CAEEE2;
}
.TagClassName
{
border-color: #CAEEE2;
}
</style>