Shades of Summer Sky #3AADFE
Tints of Summer Sky #3AADFE
RGB
CMYK
RGB Variations
Color information
#3AADFE (or 0x3AADFE) is known color: Summer Sky. HEX triplet: 3A, AD and FE. RGB value is (58,173,254). Sum of RGB (Red+Green+Blue) = 58+173+254=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADFE is #C55201. Grayscale: #939393. Windows color (decimal): -12931586 or 16690490. OLE color: 16690490.
HSL color Cylindrical-coordinate representation of color #3AADFE: hue angle of 204.8º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AADFE is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 173 | 254 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.00 |
| HSL | 204.8º | 0.99% | 0.61% | - |
| HSV(B) | 204.8º | 0.77% | 1% | - |
| XYZ | 34.58 | 37.94 | 99.27 | - |
| YUV | 147.85 | 187.9 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 254 | 0.77 | 0.32 | 0 | 0.00 | 204.8 | 0.99 | 0.61 |
| Hex | 3A | AD | FE | 4D | 20 | 0 | 0 | CD | 63 | 3D |
| Octal | 72 | 255 | 376 | 115 | 40 | 0 | 0 | 315 | 143 | 75 |
| Binary | 111010 | 10101101 | 11111110 | 1001101 | 100000 | 0 | 0 | 11001101 | 1100011 | 111101 |
Color Harmonies of #3AADFE
Complementary color
Monochromatic Colors of #3AADFE
Black with #3AADFE
Text Example
Text Example
White with #3AADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADFE; }
p { color: rgb(58,173,254); }
H1.HeaderClassName
{
color: #3AADFE;
}
.AnyTagClassName
{
color: #3AADFE;
}
</style>
background-color css
<style>
a { background-color: #3AADFE; }
a { background-color: rgb(58,173,254); }
div.DivClassName
{
background-color: #3AADFE;
}
.BgClassName
{
background-color: #3AADFE;
}
</style>
border-color css
<style>
span { border-color: #3AADFE; }
span { border-color: rgb(58,173,254); }
td.TdClassName
{
border-color: #3AADFE;
}
.TagClassName
{
border-color: #3AADFE;
}
</style>