Shades of Humming Bird #CAF1E6
Tints of Humming Bird #CAF1E6
RGB
CMYK
RGB Variations
Color information
#CAF1E6 (or 0xCAF1E6) is known color: Humming Bird. HEX triplet: CA, F1 and E6. RGB value is (202,241,230). Sum of RGB (Red+Green+Blue) = 202+241+230=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1E6 is #350E19. Grayscale: #E4E4E4. Windows color (decimal): -3477018 or 15135178. OLE color: 15135178.
HSL color Cylindrical-coordinate representation of color #CAF1E6: hue angle of 163.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1E6 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 230 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.05 |
| HSL | 163.08º | 0.58% | 0.87% | - |
| HSV(B) | 163.08º | 0.16% | 0.95% | - |
| XYZ | 70.1 | 81.18 | 86.84 | - |
| YUV | 228.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 230 | 0.16 | 0 | 0.05 | 0.05 | 163.08 | 0.58 | 0.87 |
| Hex | CA | F1 | E6 | 10 | 0 | 5 | 5 | A3 | 3A | 57 |
| Octal | 312 | 361 | 346 | 20 | 0 | 5 | 5 | 243 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11100110 | 10000 | 0 | 101 | 101 | 10100011 | 111010 | 1010111 |
Color Harmonies of #CAF1E6
Complementary color
Monochromatic Colors of #CAF1E6
Black with #CAF1E6
Text Example
Text Example
White with #CAF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1E6; }
p { color: rgb(202,241,230); }
H1.HeaderClassName
{
color: #CAF1E6;
}
.AnyTagClassName
{
color: #CAF1E6;
}
</style>
background-color css
<style>
a { background-color: #CAF1E6; }
a { background-color: rgb(202,241,230); }
div.DivClassName
{
background-color: #CAF1E6;
}
.BgClassName
{
background-color: #CAF1E6;
}
</style>
border-color css
<style>
span { border-color: #CAF1E6; }
span { border-color: rgb(202,241,230); }
td.TdClassName
{
border-color: #CAF1E6;
}
.TagClassName
{
border-color: #CAF1E6;
}
</style>