Shades of Summer Sky #3AAEE6
Tints of Summer Sky #3AAEE6
RGB
CMYK
RGB Variations
Color information
#3AAEE6 (or 0x3AAEE6) is known color: Summer Sky. HEX triplet: 3A, AE and E6. RGB value is (58,174,230). Sum of RGB (Red+Green+Blue) = 58+174+230=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #3AAEE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAEE6 is #C55119. Grayscale: #919191. Windows color (decimal): -12931354 or 15117882. OLE color: 15117882.
HSL color Cylindrical-coordinate representation of color #3AAEE6: hue angle of 199.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAEE6 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 174 | 230 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.10 |
| HSL | 199.53º | 0.77% | 0.56% | - |
| HSV(B) | 199.53º | 0.75% | 0.9% | - |
| XYZ | 31.16 | 36.88 | 80.34 | - |
| YUV | 145.7 | 175.57 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 230 | 0.75 | 0.24 | 0 | 0.10 | 199.53 | 0.77 | 0.56 |
| Hex | 3A | AE | E6 | 4B | 18 | 0 | A | C8 | 4D | 38 |
| Octal | 72 | 256 | 346 | 113 | 30 | 0 | 12 | 310 | 115 | 70 |
| Binary | 111010 | 10101110 | 11100110 | 1001011 | 11000 | 0 | 1010 | 11001000 | 1001101 | 111000 |
Color Harmonies of #3AAEE6
Complementary color
Monochromatic Colors of #3AAEE6
Black with #3AAEE6
Text Example
Text Example
White with #3AAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEE6; }
p { color: rgb(58,174,230); }
H1.HeaderClassName
{
color: #3AAEE6;
}
.AnyTagClassName
{
color: #3AAEE6;
}
</style>
background-color css
<style>
a { background-color: #3AAEE6; }
a { background-color: rgb(58,174,230); }
div.DivClassName
{
background-color: #3AAEE6;
}
.BgClassName
{
background-color: #3AAEE6;
}
</style>
border-color css
<style>
span { border-color: #3AAEE6; }
span { border-color: rgb(58,174,230); }
td.TdClassName
{
border-color: #3AAEE6;
}
.TagClassName
{
border-color: #3AAEE6;
}
</style>