Shades of Humming Bird #CAFFE5
Tints of Humming Bird #CAFFE5
RGB
CMYK
RGB Variations
Color information
#CAFFE5 (or 0xCAFFE5) is known color: Humming Bird. HEX triplet: CA, FF and E5. RGB value is (202,255,229). Sum of RGB (Red+Green+Blue) = 202+255+229=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFE5 is #35001A. Grayscale: #ECECEC. Windows color (decimal): -3473435 or 15073226. OLE color: 15073226.
HSL color Cylindrical-coordinate representation of color #CAFFE5: hue angle of 150.57º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFE5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 229 | - |
| CMYK | 0.21 | 0 | 0.10 | 0 |
| HSL | 150.57º | 1% | 0.9% | - |
| HSV(B) | 150.57º | 0.21% | 1% | - |
| XYZ | 74.26 | 89.73 | 87.54 | - |
| YUV | 236.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 229 | 0.21 | 0 | 0.10 | 0 | 150.57 | 1 | 0.9 |
| Hex | CA | FF | E5 | 15 | 0 | A | 0 | 97 | 64 | 5A |
| Octal | 312 | 377 | 345 | 25 | 0 | 12 | 0 | 227 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11100101 | 10101 | 0 | 1010 | 0 | 10010111 | 1100100 | 1011010 |
Color Harmonies of #CAFFE5
Complementary color
Monochromatic Colors of #CAFFE5
Black with #CAFFE5
Text Example
Text Example
White with #CAFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFE5; }
p { color: rgb(202,255,229); }
H1.HeaderClassName
{
color: #CAFFE5;
}
.AnyTagClassName
{
color: #CAFFE5;
}
</style>
background-color css
<style>
a { background-color: #CAFFE5; }
a { background-color: rgb(202,255,229); }
div.DivClassName
{
background-color: #CAFFE5;
}
.BgClassName
{
background-color: #CAFFE5;
}
</style>
border-color css
<style>
span { border-color: #CAFFE5; }
span { border-color: rgb(202,255,229); }
td.TdClassName
{
border-color: #CAFFE5;
}
.TagClassName
{
border-color: #CAFFE5;
}
</style>