Shades of Summer Sky #3AA9EC
Tints of Summer Sky #3AA9EC
RGB
CMYK
RGB Variations
Color information
#3AA9EC (or 0x3AA9EC) is known color: Summer Sky. HEX triplet: 3A, A9 and EC. RGB value is (58,169,236). Sum of RGB (Red+Green+Blue) = 58+169+236=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #3AA9EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA9EC is #C55613. Grayscale: #8F8F8F. Windows color (decimal): -12932628 or 15509818. OLE color: 15509818.
HSL color Cylindrical-coordinate representation of color #3AA9EC: hue angle of 202.58º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AA9EC is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 169 | 236 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.07 |
| HSL | 202.58º | 0.82% | 0.58% | - |
| HSV(B) | 202.58º | 0.75% | 0.93% | - |
| XYZ | 31.07 | 35.33 | 84.54 | - |
| YUV | 143.45 | 180.23 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 169 | 236 | 0.75 | 0.28 | 0 | 0.07 | 202.58 | 0.82 | 0.58 |
| Hex | 3A | A9 | EC | 4B | 1C | 0 | 7 | CB | 52 | 3A |
| Octal | 72 | 251 | 354 | 113 | 34 | 0 | 7 | 313 | 122 | 72 |
| Binary | 111010 | 10101001 | 11101100 | 1001011 | 11100 | 0 | 111 | 11001011 | 1010010 | 111010 |
Color Harmonies of #3AA9EC
Complementary color
Monochromatic Colors of #3AA9EC
Black with #3AA9EC
Text Example
Text Example
White with #3AA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA9EC; }
p { color: rgb(58,169,236); }
H1.HeaderClassName
{
color: #3AA9EC;
}
.AnyTagClassName
{
color: #3AA9EC;
}
</style>
background-color css
<style>
a { background-color: #3AA9EC; }
a { background-color: rgb(58,169,236); }
div.DivClassName
{
background-color: #3AA9EC;
}
.BgClassName
{
background-color: #3AA9EC;
}
</style>
border-color css
<style>
span { border-color: #3AA9EC; }
span { border-color: rgb(58,169,236); }
td.TdClassName
{
border-color: #3AA9EC;
}
.TagClassName
{
border-color: #3AA9EC;
}
</style>