Shades of Humming Bird #CAF3E5
Tints of Humming Bird #CAF3E5
RGB
CMYK
RGB Variations
Color information
#CAF3E5 (or 0xCAF3E5) is known color: Humming Bird. HEX triplet: CA, F3 and E5. RGB value is (202,243,229). Sum of RGB (Red+Green+Blue) = 202+243+229=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3E5 is #350C1A. Grayscale: #E5E5E5. Windows color (decimal): -3476507 or 15070154. OLE color: 15070154.
HSL color Cylindrical-coordinate representation of color #CAF3E5: hue angle of 159.51º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF3E5 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 229 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.05 |
| HSL | 159.51º | 0.63% | 0.87% | - |
| HSV(B) | 159.51º | 0.17% | 0.95% | - |
| XYZ | 70.55 | 82.31 | 86.3 | - |
| YUV | 229.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 229 | 0.17 | 0 | 0.06 | 0.05 | 159.51 | 0.63 | 0.87 |
| Hex | CA | F3 | E5 | 11 | 0 | 6 | 5 | A0 | 3F | 57 |
| Octal | 312 | 363 | 345 | 21 | 0 | 6 | 5 | 240 | 77 | 127 |
| Binary | 11001010 | 11110011 | 11100101 | 10001 | 0 | 110 | 101 | 10100000 | 111111 | 1010111 |
Color Harmonies of #CAF3E5
Complementary color
Monochromatic Colors of #CAF3E5
Black with #CAF3E5
Text Example
Text Example
White with #CAF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3E5; }
p { color: rgb(202,243,229); }
H1.HeaderClassName
{
color: #CAF3E5;
}
.AnyTagClassName
{
color: #CAF3E5;
}
</style>
background-color css
<style>
a { background-color: #CAF3E5; }
a { background-color: rgb(202,243,229); }
div.DivClassName
{
background-color: #CAF3E5;
}
.BgClassName
{
background-color: #CAF3E5;
}
</style>
border-color css
<style>
span { border-color: #CAF3E5; }
span { border-color: rgb(202,243,229); }
td.TdClassName
{
border-color: #CAF3E5;
}
.TagClassName
{
border-color: #CAF3E5;
}
</style>