Shades of Summer Sky #3BACEF
Tints of Summer Sky #3BACEF
RGB
CMYK
RGB Variations
Color information
#3BACEF (or 0x3BACEF) is known color: Summer Sky. HEX triplet: 3B, AC and EF. RGB value is (59,172,239). Sum of RGB (Red+Green+Blue) = 59+172+239=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BACEF is #C45310. Grayscale: #919191. Windows color (decimal): -12866321 or 15707195. OLE color: 15707195.
HSL color Cylindrical-coordinate representation of color #3BACEF: hue angle of 202.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BACEF is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 172 | 239 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.06 |
| HSL | 202.33º | 0.85% | 0.58% | - |
| HSV(B) | 202.33º | 0.75% | 0.94% | - |
| XYZ | 32.14 | 36.67 | 87.05 | - |
| YUV | 145.85 | 180.56 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 239 | 0.75 | 0.28 | 0 | 0.06 | 202.33 | 0.85 | 0.58 |
| Hex | 3B | AC | EF | 4B | 1C | 0 | 6 | CA | 55 | 3A |
| Octal | 73 | 254 | 357 | 113 | 34 | 0 | 6 | 312 | 125 | 72 |
| Binary | 111011 | 10101100 | 11101111 | 1001011 | 11100 | 0 | 110 | 11001010 | 1010101 | 111010 |
Color Harmonies of #3BACEF
Complementary color
Monochromatic Colors of #3BACEF
Black with #3BACEF
Text Example
Text Example
White with #3BACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACEF; }
p { color: rgb(59,172,239); }
H1.HeaderClassName
{
color: #3BACEF;
}
.AnyTagClassName
{
color: #3BACEF;
}
</style>
background-color css
<style>
a { background-color: #3BACEF; }
a { background-color: rgb(59,172,239); }
div.DivClassName
{
background-color: #3BACEF;
}
.BgClassName
{
background-color: #3BACEF;
}
</style>
border-color css
<style>
span { border-color: #3BACEF; }
span { border-color: rgb(59,172,239); }
td.TdClassName
{
border-color: #3BACEF;
}
.TagClassName
{
border-color: #3BACEF;
}
</style>