Shades of Summer Sky #3AD2EF
Tints of Summer Sky #3AD2EF
RGB
CMYK
RGB Variations
Color information
#3AD2EF (or 0x3AD2EF) is known color: Summer Sky. HEX triplet: 3A, D2 and EF. RGB value is (58,210,239). Sum of RGB (Red+Green+Blue) = 58+210+239=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD2EF is #C52D10. Grayscale: #A7A7A7. Windows color (decimal): -12922129 or 15716922. OLE color: 15716922.
HSL color Cylindrical-coordinate representation of color #3AD2EF: hue angle of 189.61º 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 #3AD2EF is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 210 | 239 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.06 |
| HSL | 189.61º | 0.85% | 0.58% | - |
| HSV(B) | 189.61º | 0.76% | 0.94% | - |
| XYZ | 40.37 | 53.22 | 89.81 | - |
| YUV | 167.86 | 168.14 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 239 | 0.76 | 0.12 | 0 | 0.06 | 189.61 | 0.85 | 0.58 |
| Hex | 3A | D2 | EF | 4C | C | 0 | 6 | BE | 55 | 3A |
| Octal | 72 | 322 | 357 | 114 | 14 | 0 | 6 | 276 | 125 | 72 |
| Binary | 111010 | 11010010 | 11101111 | 1001100 | 1100 | 0 | 110 | 10111110 | 1010101 | 111010 |
Color Harmonies of #3AD2EF
Complementary color
Monochromatic Colors of #3AD2EF
Black with #3AD2EF
Text Example
Text Example
White with #3AD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2EF; }
p { color: rgb(58,210,239); }
H1.HeaderClassName
{
color: #3AD2EF;
}
.AnyTagClassName
{
color: #3AD2EF;
}
</style>
background-color css
<style>
a { background-color: #3AD2EF; }
a { background-color: rgb(58,210,239); }
div.DivClassName
{
background-color: #3AD2EF;
}
.BgClassName
{
background-color: #3AD2EF;
}
</style>
border-color css
<style>
span { border-color: #3AD2EF; }
span { border-color: rgb(58,210,239); }
td.TdClassName
{
border-color: #3AD2EF;
}
.TagClassName
{
border-color: #3AD2EF;
}
</style>