Shades of Summer Sky #3AAADD
Tints of Summer Sky #3AAADD
RGB
CMYK
RGB Variations
Color information
#3AAADD (or 0x3AAADD) is known color: Summer Sky. HEX triplet: 3A, AA and DD. RGB value is (58,170,221). Sum of RGB (Red+Green+Blue) = 58+170+221=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAADD is #C55522. Grayscale: #8E8E8E. Windows color (decimal): -12932387 or 14527034. OLE color: 14527034.
HSL color Cylindrical-coordinate representation of color #3AAADD: hue angle of 198.77º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AAADD is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 170 | 221 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.13 |
| HSL | 198.77º | 0.71% | 0.55% | - |
| HSV(B) | 198.77º | 0.74% | 0.87% | - |
| XYZ | 29.17 | 34.87 | 73.6 | - |
| YUV | 142.33 | 172.39 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 221 | 0.74 | 0.23 | 0 | 0.13 | 198.77 | 0.71 | 0.55 |
| Hex | 3A | AA | DD | 4A | 17 | 0 | D | C7 | 47 | 37 |
| Octal | 72 | 252 | 335 | 112 | 27 | 0 | 15 | 307 | 107 | 67 |
| Binary | 111010 | 10101010 | 11011101 | 1001010 | 10111 | 0 | 1101 | 11000111 | 1000111 | 110111 |
Color Harmonies of #3AAADD
Complementary color
Monochromatic Colors of #3AAADD
Black with #3AAADD
Text Example
Text Example
White with #3AAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAADD; }
p { color: rgb(58,170,221); }
H1.HeaderClassName
{
color: #3AAADD;
}
.AnyTagClassName
{
color: #3AAADD;
}
</style>
background-color css
<style>
a { background-color: #3AAADD; }
a { background-color: rgb(58,170,221); }
div.DivClassName
{
background-color: #3AAADD;
}
.BgClassName
{
background-color: #3AAADD;
}
</style>
border-color css
<style>
span { border-color: #3AAADD; }
span { border-color: rgb(58,170,221); }
td.TdClassName
{
border-color: #3AAADD;
}
.TagClassName
{
border-color: #3AAADD;
}
</style>