Shades of Humming Bird #CAF5E7
Tints of Humming Bird #CAF5E7
RGB
CMYK
RGB Variations
Color information
#CAF5E7 (or 0xCAF5E7) is known color: Humming Bird. HEX triplet: CA, F5 and E7. RGB value is (202,245,231). Sum of RGB (Red+Green+Blue) = 202+245+231=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5E7 is #350A18. Grayscale: #E6E6E6. Windows color (decimal): -3475993 or 15201738. OLE color: 15201738.
HSL color Cylindrical-coordinate representation of color #CAF5E7: hue angle of 160.47º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF5E7 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 245 | 231 | - |
CMYK | 0.18 | 0 | 0.06 | 0.04 |
HSL | 160.47º | 0.68% | 0.88% | - |
HSV(B) | 160.47º | 0.18% | 0.96% | - |
XYZ | 71.43 | 83.63 | 87.98 | - |
YUV | 230.55 | 128.25 | 107.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 245 | 231 | 0.18 | 0 | 0.06 | 0.04 | 160.47 | 0.68 | 0.88 |
Hex | CA | F5 | E7 | 12 | 0 | 6 | 4 | A0 | 44 | 58 |
Octal | 312 | 365 | 347 | 22 | 0 | 6 | 4 | 240 | 104 | 130 |
Binary | 11001010 | 11110101 | 11100111 | 10010 | 0 | 110 | 100 | 10100000 | 1000100 | 1011000 |
Color Harmonies of #CAF5E7
Complementary color
Monochromatic Colors of #CAF5E7
Black with #CAF5E7
Text Example
Text Example
White with #CAF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5E7; }
p { color: rgb(202,245,231); }
H1.HeaderClassName
{
color: #CAF5E7;
}
.AnyTagClassName
{
color: #CAF5E7;
}
</style>
background-color css
<style>
a { background-color: #CAF5E7; }
a { background-color: rgb(202,245,231); }
div.DivClassName
{
background-color: #CAF5E7;
}
.BgClassName
{
background-color: #CAF5E7;
}
</style>
border-color css
<style>
span { border-color: #CAF5E7; }
span { border-color: rgb(202,245,231); }
td.TdClassName
{
border-color: #CAF5E7;
}
.TagClassName
{
border-color: #CAF5E7;
}
</style>