Shades of Summer Sky #3AD0EE
Tints of Summer Sky #3AD0EE
RGB
CMYK
RGB Variations
Color information
#3AD0EE (or 0x3AD0EE) is known color: Summer Sky. HEX triplet: 3A, D0 and EE. RGB value is (58,208,238). Sum of RGB (Red+Green+Blue) = 58+208+238=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AD0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0EE is #C52F11. Grayscale: #A6A6A6. Windows color (decimal): -12922642 or 15650874. OLE color: 15650874.
HSL color Cylindrical-coordinate representation of color #3AD0EE: hue angle of 190º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD0EE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 208 | 238 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.07 |
| HSL | 190º | 0.84% | 0.58% | - |
| HSV(B) | 190º | 0.76% | 0.93% | - |
| XYZ | 39.73 | 52.18 | 88.87 | - |
| YUV | 166.57 | 168.31 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 238 | 0.76 | 0.13 | 0 | 0.07 | 190 | 0.84 | 0.58 |
| Hex | 3A | D0 | EE | 4C | D | 0 | 7 | BE | 54 | 3A |
| Octal | 72 | 320 | 356 | 114 | 15 | 0 | 7 | 276 | 124 | 72 |
| Binary | 111010 | 11010000 | 11101110 | 1001100 | 1101 | 0 | 111 | 10111110 | 1010100 | 111010 |
Color Harmonies of #3AD0EE
Complementary color
Monochromatic Colors of #3AD0EE
Black with #3AD0EE
Text Example
Text Example
White with #3AD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0EE; }
p { color: rgb(58,208,238); }
H1.HeaderClassName
{
color: #3AD0EE;
}
.AnyTagClassName
{
color: #3AD0EE;
}
</style>
background-color css
<style>
a { background-color: #3AD0EE; }
a { background-color: rgb(58,208,238); }
div.DivClassName
{
background-color: #3AD0EE;
}
.BgClassName
{
background-color: #3AD0EE;
}
</style>
border-color css
<style>
span { border-color: #3AD0EE; }
span { border-color: rgb(58,208,238); }
td.TdClassName
{
border-color: #3AD0EE;
}
.TagClassName
{
border-color: #3AD0EE;
}
</style>