Shades of Summer Sky #3A9AEC
Tints of Summer Sky #3A9AEC
RGB
CMYK
RGB Variations
Color information
#3A9AEC (or 0x3A9AEC) is known color: Summer Sky. HEX triplet: 3A, 9A and EC. RGB value is (58,154,236). Sum of RGB (Red+Green+Blue) = 58+154+236=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A9AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9AEC is #C56513. Grayscale: #868686. Windows color (decimal): -12936468 or 15505978. OLE color: 15505978.
HSL color Cylindrical-coordinate representation of color #3A9AEC: hue angle of 207.64º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A9AEC is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 154 | 236 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.07 |
| HSL | 207.64º | 0.82% | 0.58% | - |
| HSV(B) | 207.64º | 0.75% | 0.93% | - |
| XYZ | 28.44 | 30.07 | 83.66 | - |
| YUV | 134.64 | 185.2 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 154 | 236 | 0.75 | 0.35 | 0 | 0.07 | 207.64 | 0.82 | 0.58 |
| Hex | 3A | 9A | EC | 4B | 23 | 0 | 7 | D0 | 52 | 3A |
| Octal | 72 | 232 | 354 | 113 | 43 | 0 | 7 | 320 | 122 | 72 |
| Binary | 111010 | 10011010 | 11101100 | 1001011 | 100011 | 0 | 111 | 11010000 | 1010010 | 111010 |
Color Harmonies of #3A9AEC
Complementary color
Monochromatic Colors of #3A9AEC
Black with #3A9AEC
Text Example
Text Example
White with #3A9AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9AEC; }
p { color: rgb(58,154,236); }
H1.HeaderClassName
{
color: #3A9AEC;
}
.AnyTagClassName
{
color: #3A9AEC;
}
</style>
background-color css
<style>
a { background-color: #3A9AEC; }
a { background-color: rgb(58,154,236); }
div.DivClassName
{
background-color: #3A9AEC;
}
.BgClassName
{
background-color: #3A9AEC;
}
</style>
border-color css
<style>
span { border-color: #3A9AEC; }
span { border-color: rgb(58,154,236); }
td.TdClassName
{
border-color: #3A9AEC;
}
.TagClassName
{
border-color: #3A9AEC;
}
</style>