Shades of Summer Sky #3BACDD
Tints of Summer Sky #3BACDD
RGB
CMYK
RGB Variations
Color information
#3BACDD (or 0x3BACDD) is known color: Summer Sky. HEX triplet: 3B, AC and DD. RGB value is (59,172,221). Sum of RGB (Red+Green+Blue) = 59+172+221=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACDD is #C45322. Grayscale: #8F8F8F. Windows color (decimal): -12866339 or 14527547. OLE color: 14527547.
HSL color Cylindrical-coordinate representation of color #3BACDD: hue angle of 198.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BACDD is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 172 | 221 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.13 |
| HSL | 198.15º | 0.7% | 0.55% | - |
| HSV(B) | 198.15º | 0.73% | 0.87% | - |
| XYZ | 29.61 | 35.66 | 73.73 | - |
| YUV | 143.8 | 171.56 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 221 | 0.73 | 0.22 | 0 | 0.13 | 198.15 | 0.7 | 0.55 |
| Hex | 3B | AC | DD | 49 | 16 | 0 | D | C6 | 46 | 37 |
| Octal | 73 | 254 | 335 | 111 | 26 | 0 | 15 | 306 | 106 | 67 |
| Binary | 111011 | 10101100 | 11011101 | 1001001 | 10110 | 0 | 1101 | 11000110 | 1000110 | 110111 |
Color Harmonies of #3BACDD
Complementary color
Monochromatic Colors of #3BACDD
Black with #3BACDD
Text Example
Text Example
White with #3BACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACDD; }
p { color: rgb(59,172,221); }
H1.HeaderClassName
{
color: #3BACDD;
}
.AnyTagClassName
{
color: #3BACDD;
}
</style>
background-color css
<style>
a { background-color: #3BACDD; }
a { background-color: rgb(59,172,221); }
div.DivClassName
{
background-color: #3BACDD;
}
.BgClassName
{
background-color: #3BACDD;
}
</style>
border-color css
<style>
span { border-color: #3BACDD; }
span { border-color: rgb(59,172,221); }
td.TdClassName
{
border-color: #3BACDD;
}
.TagClassName
{
border-color: #3BACDD;
}
</style>