Shades of Summer Sky #3AAEFF
Tints of Summer Sky #3AAEFF
RGB
CMYK
RGB Variations
Color information
#3AAEFF (or 0x3AAEFF) is known color: Summer Sky. HEX triplet: 3A, AE and FF. RGB value is (58,174,255). Sum of RGB (Red+Green+Blue) = 58+174+255=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AAEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAEFF is #C55100. Grayscale: #949494. Windows color (decimal): -12931329 or 16756282. OLE color: 16756282.
HSL color Cylindrical-coordinate representation of color #3AAEFF: hue angle of 204.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AAEFF is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 174 | 255 | - |
| CMYK | 0.77 | 0.32 | 0 | 0 |
| HSL | 204.67º | 1% | 0.61% | - |
| HSV(B) | 204.67º | 0.77% | 1% | - |
| XYZ | 34.93 | 38.39 | 100.18 | - |
| YUV | 148.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 255 | 0.77 | 0.32 | 0 | 0 | 204.67 | 1 | 0.61 |
| Hex | 3A | AE | FF | 4D | 20 | 0 | 0 | CD | 64 | 3D |
| Octal | 72 | 256 | 377 | 115 | 40 | 0 | 0 | 315 | 144 | 75 |
| Binary | 111010 | 10101110 | 11111111 | 1001101 | 100000 | 0 | 0 | 11001101 | 1100100 | 111101 |
Color Harmonies of #3AAEFF
Complementary color
Monochromatic Colors of #3AAEFF
Black with #3AAEFF
Text Example
Text Example
White with #3AAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEFF; }
p { color: rgb(58,174,255); }
H1.HeaderClassName
{
color: #3AAEFF;
}
.AnyTagClassName
{
color: #3AAEFF;
}
</style>
background-color css
<style>
a { background-color: #3AAEFF; }
a { background-color: rgb(58,174,255); }
div.DivClassName
{
background-color: #3AAEFF;
}
.BgClassName
{
background-color: #3AAEFF;
}
</style>
border-color css
<style>
span { border-color: #3AAEFF; }
span { border-color: rgb(58,174,255); }
td.TdClassName
{
border-color: #3AAEFF;
}
.TagClassName
{
border-color: #3AAEFF;
}
</style>