Shades of Summer Sky #3BACE6
Tints of Summer Sky #3BACE6
RGB
CMYK
RGB Variations
Color information
#3BACE6 (or 0x3BACE6) is known color: Summer Sky. HEX triplet: 3B, AC and E6. RGB value is (59,172,230). Sum of RGB (Red+Green+Blue) = 59+172+230=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #3BACE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BACE6 is #C45319. Grayscale: #909090. Windows color (decimal): -12866330 or 15117371. OLE color: 15117371.
HSL color Cylindrical-coordinate representation of color #3BACE6: hue angle of 200.35º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BACE6 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 172 | 230 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.10 |
| HSL | 200.35º | 0.77% | 0.57% | - |
| HSV(B) | 200.35º | 0.74% | 0.9% | - |
| XYZ | 30.84 | 36.15 | 80.21 | - |
| YUV | 144.83 | 176.06 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 230 | 0.74 | 0.25 | 0 | 0.10 | 200.35 | 0.77 | 0.57 |
| Hex | 3B | AC | E6 | 4A | 19 | 0 | A | C8 | 4D | 39 |
| Octal | 73 | 254 | 346 | 112 | 31 | 0 | 12 | 310 | 115 | 71 |
| Binary | 111011 | 10101100 | 11100110 | 1001010 | 11001 | 0 | 1010 | 11001000 | 1001101 | 111001 |
Color Harmonies of #3BACE6
Complementary color
Monochromatic Colors of #3BACE6
Black with #3BACE6
Text Example
Text Example
White with #3BACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACE6; }
p { color: rgb(59,172,230); }
H1.HeaderClassName
{
color: #3BACE6;
}
.AnyTagClassName
{
color: #3BACE6;
}
</style>
background-color css
<style>
a { background-color: #3BACE6; }
a { background-color: rgb(59,172,230); }
div.DivClassName
{
background-color: #3BACE6;
}
.BgClassName
{
background-color: #3BACE6;
}
</style>
border-color css
<style>
span { border-color: #3BACE6; }
span { border-color: rgb(59,172,230); }
td.TdClassName
{
border-color: #3BACE6;
}
.TagClassName
{
border-color: #3BACE6;
}
</style>