Shades of Summer Sky #3AD0EF
Tints of Summer Sky #3AD0EF
RGB
CMYK
RGB Variations
Color information
#3AD0EF (or 0x3AD0EF) is known color: Summer Sky. HEX triplet: 3A, D0 and EF. RGB value is (58,208,239). Sum of RGB (Red+Green+Blue) = 58+208+239=505 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.49% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AD0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0EF is #C52F10. Grayscale: #A6A6A6. Windows color (decimal): -12922641 or 15716410. OLE color: 15716410.
HSL color Cylindrical-coordinate representation of color #3AD0EF: hue angle of 190.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD0EF is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 208 | 239 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.06 |
| HSL | 190.28º | 0.85% | 0.58% | - |
| HSV(B) | 190.28º | 0.76% | 0.94% | - |
| XYZ | 39.88 | 52.24 | 89.64 | - |
| YUV | 166.68 | 168.81 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 239 | 0.76 | 0.13 | 0 | 0.06 | 190.28 | 0.85 | 0.58 |
| Hex | 3A | D0 | EF | 4C | D | 0 | 6 | BE | 55 | 3A |
| Octal | 72 | 320 | 357 | 114 | 15 | 0 | 6 | 276 | 125 | 72 |
| Binary | 111010 | 11010000 | 11101111 | 1001100 | 1101 | 0 | 110 | 10111110 | 1010101 | 111010 |
Color Harmonies of #3AD0EF
Complementary color
Monochromatic Colors of #3AD0EF
Black with #3AD0EF
Text Example
Text Example
White with #3AD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0EF; }
p { color: rgb(58,208,239); }
H1.HeaderClassName
{
color: #3AD0EF;
}
.AnyTagClassName
{
color: #3AD0EF;
}
</style>
background-color css
<style>
a { background-color: #3AD0EF; }
a { background-color: rgb(58,208,239); }
div.DivClassName
{
background-color: #3AD0EF;
}
.BgClassName
{
background-color: #3AD0EF;
}
</style>
border-color css
<style>
span { border-color: #3AD0EF; }
span { border-color: rgb(58,208,239); }
td.TdClassName
{
border-color: #3AD0EF;
}
.TagClassName
{
border-color: #3AD0EF;
}
</style>