Shades of Summer Sky #3AAED0
Tints of Summer Sky #3AAED0
RGB
CMYK
RGB Variations
Color information
#3AAED0 (or 0x3AAED0) is known color: Summer Sky. HEX triplet: 3A, AE and D0. RGB value is (58,174,208). Sum of RGB (Red+Green+Blue) = 58+174+208=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #3AAED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAED0 is #C5512F. Grayscale: #8E8E8E. Windows color (decimal): -12931376 or 13676090. OLE color: 13676090.
HSL color Cylindrical-coordinate representation of color #3AAED0: hue angle of 193.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AAED0 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 174 | 208 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.18 |
| HSL | 193.6º | 0.61% | 0.52% | - |
| HSV(B) | 193.6º | 0.72% | 0.82% | - |
| XYZ | 28.27 | 35.73 | 65.08 | - |
| YUV | 143.19 | 164.57 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 208 | 0.72 | 0.16 | 0 | 0.18 | 193.6 | 0.61 | 0.52 |
| Hex | 3A | AE | D0 | 48 | 10 | 0 | 12 | C2 | 3D | 34 |
| Octal | 72 | 256 | 320 | 110 | 20 | 0 | 22 | 302 | 75 | 64 |
| Binary | 111010 | 10101110 | 11010000 | 1001000 | 10000 | 0 | 10010 | 11000010 | 111101 | 110100 |
Color Harmonies of #3AAED0
Complementary color
Monochromatic Colors of #3AAED0
Black with #3AAED0
Text Example
Text Example
White with #3AAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAED0; }
p { color: rgb(58,174,208); }
H1.HeaderClassName
{
color: #3AAED0;
}
.AnyTagClassName
{
color: #3AAED0;
}
</style>
background-color css
<style>
a { background-color: #3AAED0; }
a { background-color: rgb(58,174,208); }
div.DivClassName
{
background-color: #3AAED0;
}
.BgClassName
{
background-color: #3AAED0;
}
</style>
border-color css
<style>
span { border-color: #3AAED0; }
span { border-color: rgb(58,174,208); }
td.TdClassName
{
border-color: #3AAED0;
}
.TagClassName
{
border-color: #3AAED0;
}
</style>