Shades of Summer Sky #4ABDF6
Tints of Summer Sky #4ABDF6
RGB
CMYK
RGB Variations
Color information
#4ABDF6 (or 0x4ABDF6) is known color: Summer Sky. HEX triplet: 4A, BD and F6. RGB value is (74,189,246). Sum of RGB (Red+Green+Blue) = 74+189+246=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #4ABDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABDF6 is #B54209. Grayscale: #A0A0A0. Windows color (decimal): -11878922 or 16170314. OLE color: 16170314.
HSL color Cylindrical-coordinate representation of color #4ABDF6: hue angle of 199.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABDF6 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 189 | 246 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.04 |
| HSL | 199.88º | 0.91% | 0.63% | - |
| HSV(B) | 199.88º | 0.7% | 0.96% | - |
| XYZ | 37.66 | 44.5 | 93.79 | - |
| YUV | 161.11 | 175.9 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 246 | 0.70 | 0.23 | 0 | 0.04 | 199.88 | 0.91 | 0.63 |
| Hex | 4A | BD | F6 | 46 | 17 | 0 | 4 | C8 | 5B | 3F |
| Octal | 112 | 275 | 366 | 106 | 27 | 0 | 4 | 310 | 133 | 77 |
| Binary | 1001010 | 10111101 | 11110110 | 1000110 | 10111 | 0 | 100 | 11001000 | 1011011 | 111111 |
Color Harmonies of #4ABDF6
Complementary color
Monochromatic Colors of #4ABDF6
Black with #4ABDF6
Text Example
Text Example
White with #4ABDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDF6; }
p { color: rgb(74,189,246); }
H1.HeaderClassName
{
color: #4ABDF6;
}
.AnyTagClassName
{
color: #4ABDF6;
}
</style>
background-color css
<style>
a { background-color: #4ABDF6; }
a { background-color: rgb(74,189,246); }
div.DivClassName
{
background-color: #4ABDF6;
}
.BgClassName
{
background-color: #4ABDF6;
}
</style>
border-color css
<style>
span { border-color: #4ABDF6; }
span { border-color: rgb(74,189,246); }
td.TdClassName
{
border-color: #4ABDF6;
}
.TagClassName
{
border-color: #4ABDF6;
}
</style>