Shades of Summer Sky #3AD0EC
Tints of Summer Sky #3AD0EC
RGB
CMYK
RGB Variations
Color information
#3AD0EC (or 0x3AD0EC) is known color: Summer Sky. HEX triplet: 3A, D0 and EC. RGB value is (58,208,236). Sum of RGB (Red+Green+Blue) = 58+208+236=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #3AD0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0EC is #C52F13. Grayscale: #A6A6A6. Windows color (decimal): -12922644 or 15519802. OLE color: 15519802.
HSL color Cylindrical-coordinate representation of color #3AD0EC: hue angle of 189.44º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD0EC is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 208 | 236 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.07 |
| HSL | 189.44º | 0.82% | 0.58% | - |
| HSV(B) | 189.44º | 0.75% | 0.93% | - |
| XYZ | 39.44 | 52.07 | 87.33 | - |
| YUV | 166.34 | 167.31 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 236 | 0.75 | 0.12 | 0 | 0.07 | 189.44 | 0.82 | 0.58 |
| Hex | 3A | D0 | EC | 4B | C | 0 | 7 | BD | 52 | 3A |
| Octal | 72 | 320 | 354 | 113 | 14 | 0 | 7 | 275 | 122 | 72 |
| Binary | 111010 | 11010000 | 11101100 | 1001011 | 1100 | 0 | 111 | 10111101 | 1010010 | 111010 |
Color Harmonies of #3AD0EC
Complementary color
Monochromatic Colors of #3AD0EC
Black with #3AD0EC
Text Example
Text Example
White with #3AD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0EC; }
p { color: rgb(58,208,236); }
H1.HeaderClassName
{
color: #3AD0EC;
}
.AnyTagClassName
{
color: #3AD0EC;
}
</style>
background-color css
<style>
a { background-color: #3AD0EC; }
a { background-color: rgb(58,208,236); }
div.DivClassName
{
background-color: #3AD0EC;
}
.BgClassName
{
background-color: #3AD0EC;
}
</style>
border-color css
<style>
span { border-color: #3AD0EC; }
span { border-color: rgb(58,208,236); }
td.TdClassName
{
border-color: #3AD0EC;
}
.TagClassName
{
border-color: #3AD0EC;
}
</style>