Shades of Summer Sky #3BACE7
Tints of Summer Sky #3BACE7
RGB
CMYK
RGB Variations
Color information
#3BACE7 (or 0x3BACE7) is known color: Summer Sky. HEX triplet: 3B, AC and E7. RGB value is (59,172,231). Sum of RGB (Red+Green+Blue) = 59+172+231=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #3BACE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BACE7 is #C45318. Grayscale: #909090. Windows color (decimal): -12866329 or 15182907. OLE color: 15182907.
HSL color Cylindrical-coordinate representation of color #3BACE7: hue angle of 200.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BACE7 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 172 | 231 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.09 |
| HSL | 200.58º | 0.78% | 0.57% | - |
| HSV(B) | 200.58º | 0.74% | 0.91% | - |
| XYZ | 30.98 | 36.2 | 80.96 | - |
| YUV | 144.94 | 176.56 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 231 | 0.74 | 0.26 | 0 | 0.09 | 200.58 | 0.78 | 0.57 |
| Hex | 3B | AC | E7 | 4A | 1A | 0 | 9 | C9 | 4E | 39 |
| Octal | 73 | 254 | 347 | 112 | 32 | 0 | 11 | 311 | 116 | 71 |
| Binary | 111011 | 10101100 | 11100111 | 1001010 | 11010 | 0 | 1001 | 11001001 | 1001110 | 111001 |
Color Harmonies of #3BACE7
Complementary color
Monochromatic Colors of #3BACE7
Black with #3BACE7
Text Example
Text Example
White with #3BACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACE7; }
p { color: rgb(59,172,231); }
H1.HeaderClassName
{
color: #3BACE7;
}
.AnyTagClassName
{
color: #3BACE7;
}
</style>
background-color css
<style>
a { background-color: #3BACE7; }
a { background-color: rgb(59,172,231); }
div.DivClassName
{
background-color: #3BACE7;
}
.BgClassName
{
background-color: #3BACE7;
}
</style>
border-color css
<style>
span { border-color: #3BACE7; }
span { border-color: rgb(59,172,231); }
td.TdClassName
{
border-color: #3BACE7;
}
.TagClassName
{
border-color: #3BACE7;
}
</style>