Shades of Summer Sky #3AAADA
Tints of Summer Sky #3AAADA
RGB
CMYK
RGB Variations
Color information
#3AAADA (or 0x3AAADA) is known color: Summer Sky. HEX triplet: 3A, AA and DA. RGB value is (58,170,218). Sum of RGB (Red+Green+Blue) = 58+170+218=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AAADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAADA is #C55525. Grayscale: #8D8D8D. Windows color (decimal): -12932390 or 14330426. OLE color: 14330426.
HSL color Cylindrical-coordinate representation of color #3AAADA: hue angle of 198º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AAADA is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 170 | 218 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.15 |
| HSL | 198º | 0.68% | 0.54% | - |
| HSV(B) | 198º | 0.73% | 0.85% | - |
| XYZ | 28.77 | 34.71 | 71.51 | - |
| YUV | 141.98 | 170.89 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 218 | 0.73 | 0.22 | 0 | 0.15 | 198 | 0.68 | 0.54 |
| Hex | 3A | AA | DA | 49 | 16 | 0 | F | C6 | 44 | 36 |
| Octal | 72 | 252 | 332 | 111 | 26 | 0 | 17 | 306 | 104 | 66 |
| Binary | 111010 | 10101010 | 11011010 | 1001001 | 10110 | 0 | 1111 | 11000110 | 1000100 | 110110 |
Color Harmonies of #3AAADA
Complementary color
Monochromatic Colors of #3AAADA
Black with #3AAADA
Text Example
Text Example
White with #3AAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAADA; }
p { color: rgb(58,170,218); }
H1.HeaderClassName
{
color: #3AAADA;
}
.AnyTagClassName
{
color: #3AAADA;
}
</style>
background-color css
<style>
a { background-color: #3AAADA; }
a { background-color: rgb(58,170,218); }
div.DivClassName
{
background-color: #3AAADA;
}
.BgClassName
{
background-color: #3AAADA;
}
</style>
border-color css
<style>
span { border-color: #3AAADA; }
span { border-color: rgb(58,170,218); }
td.TdClassName
{
border-color: #3AAADA;
}
.TagClassName
{
border-color: #3AAADA;
}
</style>