Shades of Humming Bird #CAEEE3
Tints of Humming Bird #CAEEE3
RGB
CMYK
RGB Variations
Color information
#CAEEE3 (or 0xCAEEE3) is known color: Humming Bird. HEX triplet: CA, EE and E3. RGB value is (202,238,227). Sum of RGB (Red+Green+Blue) = 202+238+227=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEE3 is #35111C. Grayscale: #E1E1E1. Windows color (decimal): -3477789 or 14937802. OLE color: 14937802.
HSL color Cylindrical-coordinate representation of color #CAEEE3: hue angle of 161.67º 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 #CAEEE3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 227 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.07 |
| HSL | 161.67º | 0.51% | 0.86% | - |
| HSV(B) | 161.67º | 0.15% | 0.93% | - |
| XYZ | 68.8 | 79.25 | 84.34 | - |
| YUV | 225.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 227 | 0.15 | 0 | 0.05 | 0.07 | 161.67 | 0.51 | 0.86 |
| Hex | CA | EE | E3 | F | 0 | 5 | 7 | A2 | 33 | 56 |
| Octal | 312 | 356 | 343 | 17 | 0 | 5 | 7 | 242 | 63 | 126 |
| Binary | 11001010 | 11101110 | 11100011 | 1111 | 0 | 101 | 111 | 10100010 | 110011 | 1010110 |
Color Harmonies of #CAEEE3
Complementary color
Monochromatic Colors of #CAEEE3
Black with #CAEEE3
Text Example
Text Example
White with #CAEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEE3; }
p { color: rgb(202,238,227); }
H1.HeaderClassName
{
color: #CAEEE3;
}
.AnyTagClassName
{
color: #CAEEE3;
}
</style>
background-color css
<style>
a { background-color: #CAEEE3; }
a { background-color: rgb(202,238,227); }
div.DivClassName
{
background-color: #CAEEE3;
}
.BgClassName
{
background-color: #CAEEE3;
}
</style>
border-color css
<style>
span { border-color: #CAEEE3; }
span { border-color: rgb(202,238,227); }
td.TdClassName
{
border-color: #CAEEE3;
}
.TagClassName
{
border-color: #CAEEE3;
}
</style>