Shades of Summer Sky #3BACDB
Tints of Summer Sky #3BACDB
RGB
CMYK
RGB Variations
Color information
#3BACDB (or 0x3BACDB) is known color: Summer Sky. HEX triplet: 3B, AC and DB. RGB value is (59,172,219). Sum of RGB (Red+Green+Blue) = 59+172+219=450 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.11% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACDB is #C45324. Grayscale: #8F8F8F. Windows color (decimal): -12866341 or 14396475. OLE color: 14396475.
HSL color Cylindrical-coordinate representation of color #3BACDB: hue angle of 197.62º degrees, saturation: 0.69, 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 #3BACDB is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 172 | 219 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.14 |
| HSL | 197.63º | 0.69% | 0.55% | - |
| HSV(B) | 197.63º | 0.73% | 0.86% | - |
| XYZ | 29.34 | 35.55 | 72.33 | - |
| YUV | 143.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 219 | 0.73 | 0.21 | 0 | 0.14 | 197.63 | 0.69 | 0.55 |
| Hex | 3B | AC | DB | 49 | 15 | 0 | E | C6 | 45 | 37 |
| Octal | 73 | 254 | 333 | 111 | 25 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111011 | 10101100 | 11011011 | 1001001 | 10101 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3BACDB
Complementary color
Monochromatic Colors of #3BACDB
Black with #3BACDB
Text Example
Text Example
White with #3BACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACDB; }
p { color: rgb(59,172,219); }
H1.HeaderClassName
{
color: #3BACDB;
}
.AnyTagClassName
{
color: #3BACDB;
}
</style>
background-color css
<style>
a { background-color: #3BACDB; }
a { background-color: rgb(59,172,219); }
div.DivClassName
{
background-color: #3BACDB;
}
.BgClassName
{
background-color: #3BACDB;
}
</style>
border-color css
<style>
span { border-color: #3BACDB; }
span { border-color: rgb(59,172,219); }
td.TdClassName
{
border-color: #3BACDB;
}
.TagClassName
{
border-color: #3BACDB;
}
</style>