Shades of Humming Bird #CAFFE4
Tints of Humming Bird #CAFFE4
RGB
CMYK
RGB Variations
Color information
#CAFFE4 (or 0xCAFFE4) is known color: Humming Bird. HEX triplet: CA, FF and E4. RGB value is (202,255,228). Sum of RGB (Red+Green+Blue) = 202+255+228=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFE4 is #35001B. Grayscale: #ECECEC. Windows color (decimal): -3473436 or 15007690. OLE color: 15007690.
HSL color Cylindrical-coordinate representation of color #CAFFE4: hue angle of 149.43º 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 #CAFFE4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 228 | - |
| CMYK | 0.21 | 0 | 0.11 | 0 |
| HSL | 149.43º | 1% | 0.9% | - |
| HSV(B) | 149.43º | 0.21% | 1% | - |
| XYZ | 74.12 | 89.68 | 86.8 | - |
| YUV | 236.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 228 | 0.21 | 0 | 0.11 | 0 | 149.43 | 1 | 0.9 |
| Hex | CA | FF | E4 | 15 | 0 | B | 0 | 95 | 64 | 5A |
| Octal | 312 | 377 | 344 | 25 | 0 | 13 | 0 | 225 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11100100 | 10101 | 0 | 1011 | 0 | 10010101 | 1100100 | 1011010 |
Color Harmonies of #CAFFE4
Complementary color
Monochromatic Colors of #CAFFE4
Black with #CAFFE4
Text Example
Text Example
White with #CAFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFE4; }
p { color: rgb(202,255,228); }
H1.HeaderClassName
{
color: #CAFFE4;
}
.AnyTagClassName
{
color: #CAFFE4;
}
</style>
background-color css
<style>
a { background-color: #CAFFE4; }
a { background-color: rgb(202,255,228); }
div.DivClassName
{
background-color: #CAFFE4;
}
.BgClassName
{
background-color: #CAFFE4;
}
</style>
border-color css
<style>
span { border-color: #CAFFE4; }
span { border-color: rgb(202,255,228); }
td.TdClassName
{
border-color: #CAFFE4;
}
.TagClassName
{
border-color: #CAFFE4;
}
</style>