Shades of Summer Sky #3AADD6
Tints of Summer Sky #3AADD6
RGB
CMYK
RGB Variations
Color information
#3AADD6 (or 0x3AADD6) is known color: Summer Sky. HEX triplet: 3A, AD and D6. RGB value is (58,173,214). Sum of RGB (Red+Green+Blue) = 58+173+214=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #3AADD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADD6 is #C55229. Grayscale: #8F8F8F. Windows color (decimal): -12931626 or 14069050. OLE color: 14069050.
HSL color Cylindrical-coordinate representation of color #3AADD6: hue angle of 195.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AADD6 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 173 | 214 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.16 |
| HSL | 195.77º | 0.66% | 0.53% | - |
| HSV(B) | 195.77º | 0.73% | 0.84% | - |
| XYZ | 28.83 | 35.64 | 68.98 | - |
| YUV | 143.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 214 | 0.73 | 0.19 | 0 | 0.16 | 195.77 | 0.66 | 0.53 |
| Hex | 3A | AD | D6 | 49 | 13 | 0 | 10 | C4 | 42 | 35 |
| Octal | 72 | 255 | 326 | 111 | 23 | 0 | 20 | 304 | 102 | 65 |
| Binary | 111010 | 10101101 | 11010110 | 1001001 | 10011 | 0 | 10000 | 11000100 | 1000010 | 110101 |
Color Harmonies of #3AADD6
Complementary color
Monochromatic Colors of #3AADD6
Black with #3AADD6
Text Example
Text Example
White with #3AADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADD6; }
p { color: rgb(58,173,214); }
H1.HeaderClassName
{
color: #3AADD6;
}
.AnyTagClassName
{
color: #3AADD6;
}
</style>
background-color css
<style>
a { background-color: #3AADD6; }
a { background-color: rgb(58,173,214); }
div.DivClassName
{
background-color: #3AADD6;
}
.BgClassName
{
background-color: #3AADD6;
}
</style>
border-color css
<style>
span { border-color: #3AADD6; }
span { border-color: rgb(58,173,214); }
td.TdClassName
{
border-color: #3AADD6;
}
.TagClassName
{
border-color: #3AADD6;
}
</style>