Shades of Summer Sky #3ABAF8
Tints of Summer Sky #3ABAF8
RGB
CMYK
RGB Variations
Color information
#3ABAF8 (or 0x3ABAF8) is known color: Summer Sky. HEX triplet: 3A, BA and F8. RGB value is (58,186,248). Sum of RGB (Red+Green+Blue) = 58+186+248=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #3ABAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABAF8 is #C54507. Grayscale: #9A9A9A. Windows color (decimal): -12928264 or 16300602. OLE color: 16300602.
HSL color Cylindrical-coordinate representation of color #3ABAF8: hue angle of 199.58º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ABAF8 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 186 | 248 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.03 |
| HSL | 199.58º | 0.93% | 0.6% | - |
| HSV(B) | 199.58º | 0.77% | 0.97% | - |
| XYZ | 36.25 | 42.79 | 95.16 | - |
| YUV | 154.8 | 180.59 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 248 | 0.77 | 0.25 | 0 | 0.03 | 199.58 | 0.93 | 0.6 |
| Hex | 3A | BA | F8 | 4D | 19 | 0 | 3 | C8 | 5D | 3C |
| Octal | 72 | 272 | 370 | 115 | 31 | 0 | 3 | 310 | 135 | 74 |
| Binary | 111010 | 10111010 | 11111000 | 1001101 | 11001 | 0 | 11 | 11001000 | 1011101 | 111100 |
Color Harmonies of #3ABAF8
Complementary color
Monochromatic Colors of #3ABAF8
Black with #3ABAF8
Text Example
Text Example
White with #3ABAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAF8; }
p { color: rgb(58,186,248); }
H1.HeaderClassName
{
color: #3ABAF8;
}
.AnyTagClassName
{
color: #3ABAF8;
}
</style>
background-color css
<style>
a { background-color: #3ABAF8; }
a { background-color: rgb(58,186,248); }
div.DivClassName
{
background-color: #3ABAF8;
}
.BgClassName
{
background-color: #3ABAF8;
}
</style>
border-color css
<style>
span { border-color: #3ABAF8; }
span { border-color: rgb(58,186,248); }
td.TdClassName
{
border-color: #3ABAF8;
}
.TagClassName
{
border-color: #3ABAF8;
}
</style>