Shades of Summer Sky #3ABAF7
Tints of Summer Sky #3ABAF7
RGB
CMYK
RGB Variations
Color information
#3ABAF7 (or 0x3ABAF7) is known color: Summer Sky. HEX triplet: 3A, BA and F7. RGB value is (58,186,247). Sum of RGB (Red+Green+Blue) = 58+186+247=491 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.81% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #3ABAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABAF7 is #C54508. Grayscale: #9A9A9A. Windows color (decimal): -12928265 or 16235066. OLE color: 16235066.
HSL color Cylindrical-coordinate representation of color #3ABAF7: hue angle of 199.37º degrees, saturation: 0.92, 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 #3ABAF7 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 186 | 247 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.03 |
| HSL | 199.37º | 0.92% | 0.6% | - |
| HSV(B) | 199.37º | 0.77% | 0.97% | - |
| XYZ | 36.09 | 42.73 | 94.34 | - |
| YUV | 154.68 | 180.09 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 247 | 0.77 | 0.25 | 0 | 0.03 | 199.37 | 0.92 | 0.6 |
| Hex | 3A | BA | F7 | 4D | 19 | 0 | 3 | C7 | 5C | 3C |
| Octal | 72 | 272 | 367 | 115 | 31 | 0 | 3 | 307 | 134 | 74 |
| Binary | 111010 | 10111010 | 11110111 | 1001101 | 11001 | 0 | 11 | 11000111 | 1011100 | 111100 |
Color Harmonies of #3ABAF7
Complementary color
Monochromatic Colors of #3ABAF7
Black with #3ABAF7
Text Example
Text Example
White with #3ABAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAF7; }
p { color: rgb(58,186,247); }
H1.HeaderClassName
{
color: #3ABAF7;
}
.AnyTagClassName
{
color: #3ABAF7;
}
</style>
background-color css
<style>
a { background-color: #3ABAF7; }
a { background-color: rgb(58,186,247); }
div.DivClassName
{
background-color: #3ABAF7;
}
.BgClassName
{
background-color: #3ABAF7;
}
</style>
border-color css
<style>
span { border-color: #3ABAF7; }
span { border-color: rgb(58,186,247); }
td.TdClassName
{
border-color: #3ABAF7;
}
.TagClassName
{
border-color: #3ABAF7;
}
</style>