Shades of Summer Sky #4ABCF7
Tints of Summer Sky #4ABCF7
RGB
CMYK
RGB Variations
Color information
#4ABCF7 (or 0x4ABCF7) is known color: Summer Sky. HEX triplet: 4A, BC and F7. RGB value is (74,188,247). Sum of RGB (Red+Green+Blue) = 74+188+247=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #4ABCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABCF7 is #B54308. Grayscale: #A0A0A0. Windows color (decimal): -11879177 or 16235594. OLE color: 16235594.
HSL color Cylindrical-coordinate representation of color #4ABCF7: hue angle of 200.46º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABCF7 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 188 | 247 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.03 |
| HSL | 200.46º | 0.92% | 0.63% | - |
| HSV(B) | 200.46º | 0.7% | 0.97% | - |
| XYZ | 37.6 | 44.14 | 94.53 | - |
| YUV | 160.64 | 176.73 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 247 | 0.70 | 0.24 | 0 | 0.03 | 200.46 | 0.92 | 0.63 |
| Hex | 4A | BC | F7 | 46 | 18 | 0 | 3 | C8 | 5C | 3F |
| Octal | 112 | 274 | 367 | 106 | 30 | 0 | 3 | 310 | 134 | 77 |
| Binary | 1001010 | 10111100 | 11110111 | 1000110 | 11000 | 0 | 11 | 11001000 | 1011100 | 111111 |
Color Harmonies of #4ABCF7
Complementary color
Monochromatic Colors of #4ABCF7
Black with #4ABCF7
Text Example
Text Example
White with #4ABCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCF7; }
p { color: rgb(74,188,247); }
H1.HeaderClassName
{
color: #4ABCF7;
}
.AnyTagClassName
{
color: #4ABCF7;
}
</style>
background-color css
<style>
a { background-color: #4ABCF7; }
a { background-color: rgb(74,188,247); }
div.DivClassName
{
background-color: #4ABCF7;
}
.BgClassName
{
background-color: #4ABCF7;
}
</style>
border-color css
<style>
span { border-color: #4ABCF7; }
span { border-color: rgb(74,188,247); }
td.TdClassName
{
border-color: #4ABCF7;
}
.TagClassName
{
border-color: #4ABCF7;
}
</style>