Shades of Summer Sky #3AA6DB
Tints of Summer Sky #3AA6DB
RGB
CMYK
RGB Variations
Color information
#3AA6DB (or 0x3AA6DB) is known color: Summer Sky. HEX triplet: 3A, A6 and DB. RGB value is (58,166,219). Sum of RGB (Red+Green+Blue) = 58+166+219=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AA6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA6DB is #C55924. Grayscale: #8B8B8B. Windows color (decimal): -12933413 or 14394938. OLE color: 14394938.
HSL color Cylindrical-coordinate representation of color #3AA6DB: hue angle of 199.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA6DB is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 166 | 219 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.14 |
| HSL | 199.75º | 0.69% | 0.54% | - |
| HSV(B) | 199.75º | 0.74% | 0.86% | - |
| XYZ | 28.17 | 33.29 | 71.96 | - |
| YUV | 139.75 | 172.72 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 166 | 219 | 0.74 | 0.24 | 0 | 0.14 | 199.75 | 0.69 | 0.54 |
| Hex | 3A | A6 | DB | 4A | 18 | 0 | E | C8 | 45 | 36 |
| Octal | 72 | 246 | 333 | 112 | 30 | 0 | 16 | 310 | 105 | 66 |
| Binary | 111010 | 10100110 | 11011011 | 1001010 | 11000 | 0 | 1110 | 11001000 | 1000101 | 110110 |
Color Harmonies of #3AA6DB
Complementary color
Monochromatic Colors of #3AA6DB
Black with #3AA6DB
Text Example
Text Example
White with #3AA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA6DB; }
p { color: rgb(58,166,219); }
H1.HeaderClassName
{
color: #3AA6DB;
}
.AnyTagClassName
{
color: #3AA6DB;
}
</style>
background-color css
<style>
a { background-color: #3AA6DB; }
a { background-color: rgb(58,166,219); }
div.DivClassName
{
background-color: #3AA6DB;
}
.BgClassName
{
background-color: #3AA6DB;
}
</style>
border-color css
<style>
span { border-color: #3AA6DB; }
span { border-color: rgb(58,166,219); }
td.TdClassName
{
border-color: #3AA6DB;
}
.TagClassName
{
border-color: #3AA6DB;
}
</style>