Shades of Humming Bird #CAF5E5
Tints of Humming Bird #CAF5E5
RGB
CMYK
RGB Variations
Color information
#CAF5E5 (or 0xCAF5E5) is known color: Humming Bird. HEX triplet: CA, F5 and E5. RGB value is (202,245,229). Sum of RGB (Red+Green+Blue) = 202+245+229=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5E5 is #350A1A. Grayscale: #E6E6E6. Windows color (decimal): -3475995 or 15070666. OLE color: 15070666.
HSL color Cylindrical-coordinate representation of color #CAF5E5: hue angle of 157.67º 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 #CAF5E5 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 245 | 229 | - |
CMYK | 0.18 | 0 | 0.07 | 0.04 |
HSL | 157.67º | 0.68% | 0.88% | - |
HSV(B) | 157.67º | 0.18% | 0.96% | - |
XYZ | 71.15 | 83.52 | 86.5 | - |
YUV | 230.32 | 127.25 | 107.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 245 | 229 | 0.18 | 0 | 0.07 | 0.04 | 157.67 | 0.68 | 0.88 |
Hex | CA | F5 | E5 | 12 | 0 | 7 | 4 | 9E | 44 | 58 |
Octal | 312 | 365 | 345 | 22 | 0 | 7 | 4 | 236 | 104 | 130 |
Binary | 11001010 | 11110101 | 11100101 | 10010 | 0 | 111 | 100 | 10011110 | 1000100 | 1011000 |
Color Harmonies of #CAF5E5
Complementary color
Monochromatic Colors of #CAF5E5
Black with #CAF5E5
Text Example
Text Example
White with #CAF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5E5; }
p { color: rgb(202,245,229); }
H1.HeaderClassName
{
color: #CAF5E5;
}
.AnyTagClassName
{
color: #CAF5E5;
}
</style>
background-color css
<style>
a { background-color: #CAF5E5; }
a { background-color: rgb(202,245,229); }
div.DivClassName
{
background-color: #CAF5E5;
}
.BgClassName
{
background-color: #CAF5E5;
}
</style>
border-color css
<style>
span { border-color: #CAF5E5; }
span { border-color: rgb(202,245,229); }
td.TdClassName
{
border-color: #CAF5E5;
}
.TagClassName
{
border-color: #CAF5E5;
}
</style>