Shades of Summer Sky #3AAADC
Tints of Summer Sky #3AAADC
RGB
CMYK
RGB Variations
Color information
#3AAADC (or 0x3AAADC) is known color: Summer Sky. HEX triplet: 3A, AA and DC. RGB value is (58,170,220). Sum of RGB (Red+Green+Blue) = 58+170+220=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAADC is #C55523. Grayscale: #8D8D8D. Windows color (decimal): -12932388 or 14461498. OLE color: 14461498.
HSL color Cylindrical-coordinate representation of color #3AAADC: hue angle of 198.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AAADC is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 170 | 220 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.14 |
| HSL | 198.52º | 0.7% | 0.55% | - |
| HSV(B) | 198.52º | 0.74% | 0.86% | - |
| XYZ | 29.04 | 34.82 | 72.9 | - |
| YUV | 142.21 | 171.89 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 220 | 0.74 | 0.23 | 0 | 0.14 | 198.52 | 0.7 | 0.55 |
| Hex | 3A | AA | DC | 4A | 17 | 0 | E | C7 | 46 | 37 |
| Octal | 72 | 252 | 334 | 112 | 27 | 0 | 16 | 307 | 106 | 67 |
| Binary | 111010 | 10101010 | 11011100 | 1001010 | 10111 | 0 | 1110 | 11000111 | 1000110 | 110111 |
Color Harmonies of #3AAADC
Complementary color
Monochromatic Colors of #3AAADC
Black with #3AAADC
Text Example
Text Example
White with #3AAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAADC; }
p { color: rgb(58,170,220); }
H1.HeaderClassName
{
color: #3AAADC;
}
.AnyTagClassName
{
color: #3AAADC;
}
</style>
background-color css
<style>
a { background-color: #3AAADC; }
a { background-color: rgb(58,170,220); }
div.DivClassName
{
background-color: #3AAADC;
}
.BgClassName
{
background-color: #3AAADC;
}
</style>
border-color css
<style>
span { border-color: #3AAADC; }
span { border-color: rgb(58,170,220); }
td.TdClassName
{
border-color: #3AAADC;
}
.TagClassName
{
border-color: #3AAADC;
}
</style>