Shades of Summer Sky #3BA9DC
Tints of Summer Sky #3BA9DC
RGB
CMYK
RGB Variations
Color information
#3BA9DC (or 0x3BA9DC) is known color: Summer Sky. HEX triplet: 3B, A9 and DC. RGB value is (59,169,220). Sum of RGB (Red+Green+Blue) = 59+169+220=448 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.17% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BA9DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA9DC is #C45623. Grayscale: #8D8D8D. Windows color (decimal): -12867108 or 14461243. OLE color: 14461243.
HSL color Cylindrical-coordinate representation of color #3BA9DC: hue angle of 199.01º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BA9DC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 169 | 220 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.14 |
| HSL | 199.01º | 0.7% | 0.55% | - |
| HSV(B) | 199.01º | 0.73% | 0.86% | - |
| XYZ | 28.91 | 34.47 | 72.84 | - |
| YUV | 141.92 | 172.06 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 220 | 0.73 | 0.23 | 0 | 0.14 | 199.01 | 0.7 | 0.55 |
| Hex | 3B | A9 | DC | 49 | 17 | 0 | E | C7 | 46 | 37 |
| Octal | 73 | 251 | 334 | 111 | 27 | 0 | 16 | 307 | 106 | 67 |
| Binary | 111011 | 10101001 | 11011100 | 1001001 | 10111 | 0 | 1110 | 11000111 | 1000110 | 110111 |
Color Harmonies of #3BA9DC
Complementary color
Monochromatic Colors of #3BA9DC
Black with #3BA9DC
Text Example
Text Example
White with #3BA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA9DC; }
p { color: rgb(59,169,220); }
H1.HeaderClassName
{
color: #3BA9DC;
}
.AnyTagClassName
{
color: #3BA9DC;
}
</style>
background-color css
<style>
a { background-color: #3BA9DC; }
a { background-color: rgb(59,169,220); }
div.DivClassName
{
background-color: #3BA9DC;
}
.BgClassName
{
background-color: #3BA9DC;
}
</style>
border-color css
<style>
span { border-color: #3BA9DC; }
span { border-color: rgb(59,169,220); }
td.TdClassName
{
border-color: #3BA9DC;
}
.TagClassName
{
border-color: #3BA9DC;
}
</style>