Shades of Summer Sky #3A9ED6
Tints of Summer Sky #3A9ED6
RGB
CMYK
RGB Variations
Color information
#3A9ED6 (or 0x3A9ED6) is known color: Summer Sky. HEX triplet: 3A, 9E and D6. RGB value is (58,158,214). Sum of RGB (Red+Green+Blue) = 58+158+214=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A9ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9ED6 is #C56129. Grayscale: #868686. Windows color (decimal): -12935466 or 14065210. OLE color: 14065210.
HSL color Cylindrical-coordinate representation of color #3A9ED6: hue angle of 201.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A9ED6 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 158 | 214 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.16 |
| HSL | 201.54º | 0.66% | 0.53% | - |
| HSV(B) | 201.54º | 0.73% | 0.84% | - |
| XYZ | 26.11 | 30.21 | 68.07 | - |
| YUV | 134.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 214 | 0.73 | 0.26 | 0 | 0.16 | 201.54 | 0.66 | 0.53 |
| Hex | 3A | 9E | D6 | 49 | 1A | 0 | 10 | CA | 42 | 35 |
| Octal | 72 | 236 | 326 | 111 | 32 | 0 | 20 | 312 | 102 | 65 |
| Binary | 111010 | 10011110 | 11010110 | 1001001 | 11010 | 0 | 10000 | 11001010 | 1000010 | 110101 |
Color Harmonies of #3A9ED6
Complementary color
Monochromatic Colors of #3A9ED6
Black with #3A9ED6
Text Example
Text Example
White with #3A9ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9ED6; }
p { color: rgb(58,158,214); }
H1.HeaderClassName
{
color: #3A9ED6;
}
.AnyTagClassName
{
color: #3A9ED6;
}
</style>
background-color css
<style>
a { background-color: #3A9ED6; }
a { background-color: rgb(58,158,214); }
div.DivClassName
{
background-color: #3A9ED6;
}
.BgClassName
{
background-color: #3A9ED6;
}
</style>
border-color css
<style>
span { border-color: #3A9ED6; }
span { border-color: rgb(58,158,214); }
td.TdClassName
{
border-color: #3A9ED6;
}
.TagClassName
{
border-color: #3A9ED6;
}
</style>