Shades of Humming Bird #CAF5EC
Tints of Humming Bird #CAF5EC
RGB
CMYK
RGB Variations
Color information
#CAF5EC (or 0xCAF5EC) is known color: Humming Bird. HEX triplet: CA, F5 and EC. RGB value is (202,245,236). Sum of RGB (Red+Green+Blue) = 202+245+236=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5EC is #350A13. Grayscale: #E7E7E7. Windows color (decimal): -3475988 or 15529418. OLE color: 15529418.
HSL color Cylindrical-coordinate representation of color #CAF5EC: hue angle of 167.44º degrees, saturation: 0.68, 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 #CAF5EC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 245 | 236 | - |
CMYK | 0.18 | 0 | 0.04 | 0.04 |
HSL | 167.44º | 0.68% | 0.88% | - |
HSV(B) | 167.44º | 0.18% | 0.96% | - |
XYZ | 72.15 | 83.92 | 91.75 | - |
YUV | 231.12 | 130.75 | 107.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 245 | 236 | 0.18 | 0 | 0.04 | 0.04 | 167.44 | 0.68 | 0.88 |
Hex | CA | F5 | EC | 12 | 0 | 4 | 4 | A7 | 44 | 58 |
Octal | 312 | 365 | 354 | 22 | 0 | 4 | 4 | 247 | 104 | 130 |
Binary | 11001010 | 11110101 | 11101100 | 10010 | 0 | 100 | 100 | 10100111 | 1000100 | 1011000 |
Color Harmonies of #CAF5EC
Complementary color
Monochromatic Colors of #CAF5EC
Black with #CAF5EC
Text Example
Text Example
White with #CAF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5EC; }
p { color: rgb(202,245,236); }
H1.HeaderClassName
{
color: #CAF5EC;
}
.AnyTagClassName
{
color: #CAF5EC;
}
</style>
background-color css
<style>
a { background-color: #CAF5EC; }
a { background-color: rgb(202,245,236); }
div.DivClassName
{
background-color: #CAF5EC;
}
.BgClassName
{
background-color: #CAF5EC;
}
</style>
border-color css
<style>
span { border-color: #CAF5EC; }
span { border-color: rgb(202,245,236); }
td.TdClassName
{
border-color: #CAF5EC;
}
.TagClassName
{
border-color: #CAF5EC;
}
</style>