Shades of Humming Bird #CAFAEE
Tints of Humming Bird #CAFAEE
RGB
CMYK
RGB Variations
Color information
#CAFAEE (or 0xCAFAEE) is known color: Humming Bird. HEX triplet: CA, FA and EE. RGB value is (202,250,238). Sum of RGB (Red+Green+Blue) = 202+250+238=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAEE is #350511. Grayscale: #EAEAEA. Windows color (decimal): -3474706 or 15661770. OLE color: 15661770.
HSL color Cylindrical-coordinate representation of color #CAFAEE: hue angle of 165º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAEE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 238 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.02 |
| HSL | 165º | 0.83% | 0.89% | - |
| HSV(B) | 165º | 0.19% | 0.98% | - |
| XYZ | 73.98 | 87.1 | 93.8 | - |
| YUV | 234.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 238 | 0.19 | 0 | 0.05 | 0.02 | 165 | 0.83 | 0.89 |
| Hex | CA | FA | EE | 13 | 0 | 5 | 2 | A5 | 53 | 59 |
| Octal | 312 | 372 | 356 | 23 | 0 | 5 | 2 | 245 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11101110 | 10011 | 0 | 101 | 10 | 10100101 | 1010011 | 1011001 |
Color Harmonies of #CAFAEE
Complementary color
Monochromatic Colors of #CAFAEE
Black with #CAFAEE
Text Example
Text Example
White with #CAFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAEE; }
p { color: rgb(202,250,238); }
H1.HeaderClassName
{
color: #CAFAEE;
}
.AnyTagClassName
{
color: #CAFAEE;
}
</style>
background-color css
<style>
a { background-color: #CAFAEE; }
a { background-color: rgb(202,250,238); }
div.DivClassName
{
background-color: #CAFAEE;
}
.BgClassName
{
background-color: #CAFAEE;
}
</style>
border-color css
<style>
span { border-color: #CAFAEE; }
span { border-color: rgb(202,250,238); }
td.TdClassName
{
border-color: #CAFAEE;
}
.TagClassName
{
border-color: #CAFAEE;
}
</style>