Shades of Humming Bird #CAFCE5
Tints of Humming Bird #CAFCE5
RGB
CMYK
RGB Variations
Color information
#CAFCE5 (or 0xCAFCE5) is known color: Humming Bird. HEX triplet: CA, FC and E5. RGB value is (202,252,229). Sum of RGB (Red+Green+Blue) = 202+252+229=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCE5 is #35031A. Grayscale: #EAEAEA. Windows color (decimal): -3474203 or 15072458. OLE color: 15072458.
HSL color Cylindrical-coordinate representation of color #CAFCE5: hue angle of 152.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCE5 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 229 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.01 |
| HSL | 152.4º | 0.89% | 0.89% | - |
| HSV(B) | 152.4º | 0.2% | 0.99% | - |
| XYZ | 73.31 | 87.83 | 87.22 | - |
| YUV | 234.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 229 | 0.20 | 0 | 0.09 | 0.01 | 152.4 | 0.89 | 0.89 |
| Hex | CA | FC | E5 | 14 | 0 | 9 | 1 | 98 | 59 | 59 |
| Octal | 312 | 374 | 345 | 24 | 0 | 11 | 1 | 230 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11100101 | 10100 | 0 | 1001 | 1 | 10011000 | 1011001 | 1011001 |
Color Harmonies of #CAFCE5
Complementary color
Monochromatic Colors of #CAFCE5
Black with #CAFCE5
Text Example
Text Example
White with #CAFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCE5; }
p { color: rgb(202,252,229); }
H1.HeaderClassName
{
color: #CAFCE5;
}
.AnyTagClassName
{
color: #CAFCE5;
}
</style>
background-color css
<style>
a { background-color: #CAFCE5; }
a { background-color: rgb(202,252,229); }
div.DivClassName
{
background-color: #CAFCE5;
}
.BgClassName
{
background-color: #CAFCE5;
}
</style>
border-color css
<style>
span { border-color: #CAFCE5; }
span { border-color: rgb(202,252,229); }
td.TdClassName
{
border-color: #CAFCE5;
}
.TagClassName
{
border-color: #CAFCE5;
}
</style>