Shades of Summer Sky #3AADEF
Tints of Summer Sky #3AADEF
RGB
CMYK
RGB Variations
Color information
#3AADEF (or 0x3AADEF) is known color: Summer Sky. HEX triplet: 3A, AD and EF. RGB value is (58,173,239). Sum of RGB (Red+Green+Blue) = 58+173+239=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADEF is #C55210. Grayscale: #919191. Windows color (decimal): -12931601 or 15707450. OLE color: 15707450.
HSL color Cylindrical-coordinate representation of color #3AADEF: hue angle of 201.88º 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 #3AADEF is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 173 | 239 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.06 |
| HSL | 201.88º | 0.85% | 0.58% | - |
| HSV(B) | 201.88º | 0.76% | 0.94% | - |
| XYZ | 32.27 | 37.02 | 87.11 | - |
| YUV | 146.14 | 180.4 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 239 | 0.76 | 0.28 | 0 | 0.06 | 201.88 | 0.85 | 0.58 |
| Hex | 3A | AD | EF | 4C | 1C | 0 | 6 | CA | 55 | 3A |
| Octal | 72 | 255 | 357 | 114 | 34 | 0 | 6 | 312 | 125 | 72 |
| Binary | 111010 | 10101101 | 11101111 | 1001100 | 11100 | 0 | 110 | 11001010 | 1010101 | 111010 |
Color Harmonies of #3AADEF
Complementary color
Monochromatic Colors of #3AADEF
Black with #3AADEF
Text Example
Text Example
White with #3AADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADEF; }
p { color: rgb(58,173,239); }
H1.HeaderClassName
{
color: #3AADEF;
}
.AnyTagClassName
{
color: #3AADEF;
}
</style>
background-color css
<style>
a { background-color: #3AADEF; }
a { background-color: rgb(58,173,239); }
div.DivClassName
{
background-color: #3AADEF;
}
.BgClassName
{
background-color: #3AADEF;
}
</style>
border-color css
<style>
span { border-color: #3AADEF; }
span { border-color: rgb(58,173,239); }
td.TdClassName
{
border-color: #3AADEF;
}
.TagClassName
{
border-color: #3AADEF;
}
</style>