Shades of Summer Sky #3A9ECC
Tints of Summer Sky #3A9ECC
RGB
CMYK
RGB Variations
Color information
#3A9ECC (or 0x3A9ECC) is known color: Summer Sky. HEX triplet: 3A, 9E and CC. RGB value is (58,158,204). Sum of RGB (Red+Green+Blue) = 58+158+204=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A9ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9ECC is #C56133. Grayscale: #858585. Windows color (decimal): -12935476 or 13409850. OLE color: 13409850.
HSL color Cylindrical-coordinate representation of color #3A9ECC: hue angle of 198.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A9ECC is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 158 | 204 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.2 |
| HSL | 198.9º | 0.59% | 0.51% | - |
| HSV(B) | 198.9º | 0.72% | 0.8% | - |
| XYZ | 24.87 | 29.71 | 61.55 | - |
| YUV | 133.34 | 167.87 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 204 | 0.72 | 0.23 | 0 | 0.2 | 198.9 | 0.59 | 0.51 |
| Hex | 3A | 9E | CC | 48 | 17 | 0 | 14 | C7 | 3B | 33 |
| Octal | 72 | 236 | 314 | 110 | 27 | 0 | 24 | 307 | 73 | 63 |
| Binary | 111010 | 10011110 | 11001100 | 1001000 | 10111 | 0 | 10100 | 11000111 | 111011 | 110011 |
Color Harmonies of #3A9ECC
Complementary color
Monochromatic Colors of #3A9ECC
Black with #3A9ECC
Text Example
Text Example
White with #3A9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9ECC; }
p { color: rgb(58,158,204); }
H1.HeaderClassName
{
color: #3A9ECC;
}
.AnyTagClassName
{
color: #3A9ECC;
}
</style>
background-color css
<style>
a { background-color: #3A9ECC; }
a { background-color: rgb(58,158,204); }
div.DivClassName
{
background-color: #3A9ECC;
}
.BgClassName
{
background-color: #3A9ECC;
}
</style>
border-color css
<style>
span { border-color: #3A9ECC; }
span { border-color: rgb(58,158,204); }
td.TdClassName
{
border-color: #3A9ECC;
}
.TagClassName
{
border-color: #3A9ECC;
}
</style>