Shades of Summer Sky #3AAEFD
Tints of Summer Sky #3AAEFD
RGB
CMYK
RGB Variations
Color information
#3AAEFD (or 0x3AAEFD) is known color: Summer Sky. HEX triplet: 3A, AE and FD. RGB value is (58,174,253). Sum of RGB (Red+Green+Blue) = 58+174+253=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AAEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAEFD is #C55102. Grayscale: #939393. Windows color (decimal): -12931331 or 16625210. OLE color: 16625210.
HSL color Cylindrical-coordinate representation of color #3AAEFD: hue angle of 204.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AAEFD is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 174 | 253 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.01 |
| HSL | 204.31º | 0.98% | 0.61% | - |
| HSV(B) | 204.31º | 0.77% | 0.99% | - |
| XYZ | 34.61 | 38.26 | 98.49 | - |
| YUV | 148.32 | 187.07 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 253 | 0.77 | 0.31 | 0 | 0.01 | 204.31 | 0.98 | 0.61 |
| Hex | 3A | AE | FD | 4D | 1F | 0 | 1 | CC | 62 | 3D |
| Octal | 72 | 256 | 375 | 115 | 37 | 0 | 1 | 314 | 142 | 75 |
| Binary | 111010 | 10101110 | 11111101 | 1001101 | 11111 | 0 | 1 | 11001100 | 1100010 | 111101 |
Color Harmonies of #3AAEFD
Complementary color
Monochromatic Colors of #3AAEFD
Black with #3AAEFD
Text Example
Text Example
White with #3AAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEFD; }
p { color: rgb(58,174,253); }
H1.HeaderClassName
{
color: #3AAEFD;
}
.AnyTagClassName
{
color: #3AAEFD;
}
</style>
background-color css
<style>
a { background-color: #3AAEFD; }
a { background-color: rgb(58,174,253); }
div.DivClassName
{
background-color: #3AAEFD;
}
.BgClassName
{
background-color: #3AAEFD;
}
</style>
border-color css
<style>
span { border-color: #3AAEFD; }
span { border-color: rgb(58,174,253); }
td.TdClassName
{
border-color: #3AAEFD;
}
.TagClassName
{
border-color: #3AAEFD;
}
</style>