Shades of Summer Sky #4ABAE8
Tints of Summer Sky #4ABAE8
RGB
CMYK
RGB Variations
Color information
#4ABAE8 (or 0x4ABAE8) is known color: Summer Sky. HEX triplet: 4A, BA and E8. RGB value is (74,186,232). Sum of RGB (Red+Green+Blue) = 74+186+232=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #4ABAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABAE8 is #B54517. Grayscale: #9D9D9D. Windows color (decimal): -11879704 or 15252042. OLE color: 15252042.
HSL color Cylindrical-coordinate representation of color #4ABAE8: hue angle of 197.47º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ABAE8 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 186 | 232 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.09 |
| HSL | 197.47º | 0.77% | 0.6% | - |
| HSV(B) | 197.47º | 0.68% | 0.91% | - |
| XYZ | 34.95 | 42.4 | 82.69 | - |
| YUV | 157.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 232 | 0.68 | 0.20 | 0 | 0.09 | 197.47 | 0.77 | 0.6 |
| Hex | 4A | BA | E8 | 44 | 14 | 0 | 9 | C5 | 4D | 3C |
| Octal | 112 | 272 | 350 | 104 | 24 | 0 | 11 | 305 | 115 | 74 |
| Binary | 1001010 | 10111010 | 11101000 | 1000100 | 10100 | 0 | 1001 | 11000101 | 1001101 | 111100 |
Color Harmonies of #4ABAE8
Complementary color
Monochromatic Colors of #4ABAE8
Black with #4ABAE8
Text Example
Text Example
White with #4ABAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABAE8; }
p { color: rgb(74,186,232); }
H1.HeaderClassName
{
color: #4ABAE8;
}
.AnyTagClassName
{
color: #4ABAE8;
}
</style>
background-color css
<style>
a { background-color: #4ABAE8; }
a { background-color: rgb(74,186,232); }
div.DivClassName
{
background-color: #4ABAE8;
}
.BgClassName
{
background-color: #4ABAE8;
}
</style>
border-color css
<style>
span { border-color: #4ABAE8; }
span { border-color: rgb(74,186,232); }
td.TdClassName
{
border-color: #4ABAE8;
}
.TagClassName
{
border-color: #4ABAE8;
}
</style>