Shades of Summer Sky #3BACEB
Tints of Summer Sky #3BACEB
RGB
CMYK
RGB Variations
Color information
#3BACEB (or 0x3BACEB) is known color: Summer Sky. HEX triplet: 3B, AC and EB. RGB value is (59,172,235). Sum of RGB (Red+Green+Blue) = 59+172+235=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BACEB is #C45314. Grayscale: #919191. Windows color (decimal): -12866325 or 15445051. OLE color: 15445051.
HSL color Cylindrical-coordinate representation of color #3BACEB: hue angle of 201.48º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BACEB is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 172 | 235 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.08 |
| HSL | 201.48º | 0.81% | 0.58% | - |
| HSV(B) | 201.48º | 0.75% | 0.92% | - |
| XYZ | 31.55 | 36.43 | 83.97 | - |
| YUV | 145.4 | 178.56 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 235 | 0.75 | 0.27 | 0 | 0.08 | 201.48 | 0.81 | 0.58 |
| Hex | 3B | AC | EB | 4B | 1B | 0 | 8 | C9 | 51 | 3A |
| Octal | 73 | 254 | 353 | 113 | 33 | 0 | 10 | 311 | 121 | 72 |
| Binary | 111011 | 10101100 | 11101011 | 1001011 | 11011 | 0 | 1000 | 11001001 | 1010001 | 111010 |
Color Harmonies of #3BACEB
Complementary color
Monochromatic Colors of #3BACEB
Black with #3BACEB
Text Example
Text Example
White with #3BACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACEB; }
p { color: rgb(59,172,235); }
H1.HeaderClassName
{
color: #3BACEB;
}
.AnyTagClassName
{
color: #3BACEB;
}
</style>
background-color css
<style>
a { background-color: #3BACEB; }
a { background-color: rgb(59,172,235); }
div.DivClassName
{
background-color: #3BACEB;
}
.BgClassName
{
background-color: #3BACEB;
}
</style>
border-color css
<style>
span { border-color: #3BACEB; }
span { border-color: rgb(59,172,235); }
td.TdClassName
{
border-color: #3BACEB;
}
.TagClassName
{
border-color: #3BACEB;
}
</style>