Shades of Summer Sky #3BACE1
Tints of Summer Sky #3BACE1
RGB
CMYK
RGB Variations
Color information
#3BACE1 (or 0x3BACE1) is known color: Summer Sky. HEX triplet: 3B, AC and E1. RGB value is (59,172,225). Sum of RGB (Red+Green+Blue) = 59+172+225=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #3BACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BACE1 is #C4531E. Grayscale: #8F8F8F. Windows color (decimal): -12866335 or 14789691. OLE color: 14789691.
HSL color Cylindrical-coordinate representation of color #3BACE1: hue angle of 199.16º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BACE1 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 172 | 225 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.12 |
| HSL | 199.16º | 0.73% | 0.56% | - |
| HSV(B) | 199.16º | 0.74% | 0.88% | - |
| XYZ | 30.15 | 35.87 | 76.57 | - |
| YUV | 144.26 | 173.56 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 225 | 0.74 | 0.24 | 0 | 0.12 | 199.16 | 0.73 | 0.56 |
| Hex | 3B | AC | E1 | 4A | 18 | 0 | C | C7 | 49 | 38 |
| Octal | 73 | 254 | 341 | 112 | 30 | 0 | 14 | 307 | 111 | 70 |
| Binary | 111011 | 10101100 | 11100001 | 1001010 | 11000 | 0 | 1100 | 11000111 | 1001001 | 111000 |
Color Harmonies of #3BACE1
Complementary color
Monochromatic Colors of #3BACE1
Black with #3BACE1
Text Example
Text Example
White with #3BACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACE1; }
p { color: rgb(59,172,225); }
H1.HeaderClassName
{
color: #3BACE1;
}
.AnyTagClassName
{
color: #3BACE1;
}
</style>
background-color css
<style>
a { background-color: #3BACE1; }
a { background-color: rgb(59,172,225); }
div.DivClassName
{
background-color: #3BACE1;
}
.BgClassName
{
background-color: #3BACE1;
}
</style>
border-color css
<style>
span { border-color: #3BACE1; }
span { border-color: rgb(59,172,225); }
td.TdClassName
{
border-color: #3BACE1;
}
.TagClassName
{
border-color: #3BACE1;
}
</style>