Shades of Humming Bird #CAF9E6
Tints of Humming Bird #CAF9E6
RGB
CMYK
RGB Variations
Color information
#CAF9E6 (or 0xCAF9E6) is known color: Humming Bird. HEX triplet: CA, F9 and E6. RGB value is (202,249,230). Sum of RGB (Red+Green+Blue) = 202+249+230=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF9E6 is #350619. Grayscale: #E8E8E8. Windows color (decimal): -3474970 or 15137226. OLE color: 15137226.
HSL color Cylindrical-coordinate representation of color #CAF9E6: hue angle of 155.74º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9E6 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 249 | 230 | - |
CMYK | 0.19 | 0 | 0.08 | 0.02 |
HSL | 155.74º | 0.8% | 0.88% | - |
HSV(B) | 155.74º | 0.19% | 0.98% | - |
XYZ | 72.52 | 86.02 | 87.64 | - |
YUV | 232.78 | 126.43 | 106.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 249 | 230 | 0.19 | 0 | 0.08 | 0.02 | 155.74 | 0.8 | 0.88 |
Hex | CA | F9 | E6 | 13 | 0 | 8 | 2 | 9C | 50 | 58 |
Octal | 312 | 371 | 346 | 23 | 0 | 10 | 2 | 234 | 120 | 130 |
Binary | 11001010 | 11111001 | 11100110 | 10011 | 0 | 1000 | 10 | 10011100 | 1010000 | 1011000 |
Color Harmonies of #CAF9E6
Complementary color
Monochromatic Colors of #CAF9E6
Black with #CAF9E6
Text Example
Text Example
White with #CAF9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9E6; }
p { color: rgb(202,249,230); }
H1.HeaderClassName
{
color: #CAF9E6;
}
.AnyTagClassName
{
color: #CAF9E6;
}
</style>
background-color css
<style>
a { background-color: #CAF9E6; }
a { background-color: rgb(202,249,230); }
div.DivClassName
{
background-color: #CAF9E6;
}
.BgClassName
{
background-color: #CAF9E6;
}
</style>
border-color css
<style>
span { border-color: #CAF9E6; }
span { border-color: rgb(202,249,230); }
td.TdClassName
{
border-color: #CAF9E6;
}
.TagClassName
{
border-color: #CAF9E6;
}
</style>