Shades of Summer Sky #3BAFEB
Tints of Summer Sky #3BAFEB
RGB
CMYK
RGB Variations
Color information
#3BAFEB (or 0x3BAFEB) is known color: Summer Sky. HEX triplet: 3B, AF and EB. RGB value is (59,175,235). Sum of RGB (Red+Green+Blue) = 59+175+235=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BAFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFEB is #C45014. Grayscale: #929292. Windows color (decimal): -12865557 or 15445819. OLE color: 15445819.
HSL color Cylindrical-coordinate representation of color #3BAFEB: hue angle of 200.45º 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 #3BAFEB is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 175 | 235 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.08 |
| HSL | 200.45º | 0.81% | 0.58% | - |
| HSV(B) | 200.45º | 0.75% | 0.92% | - |
| XYZ | 32.13 | 37.59 | 84.16 | - |
| YUV | 147.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 235 | 0.75 | 0.26 | 0 | 0.08 | 200.45 | 0.81 | 0.58 |
| Hex | 3B | AF | EB | 4B | 1A | 0 | 8 | C8 | 51 | 3A |
| Octal | 73 | 257 | 353 | 113 | 32 | 0 | 10 | 310 | 121 | 72 |
| Binary | 111011 | 10101111 | 11101011 | 1001011 | 11010 | 0 | 1000 | 11001000 | 1010001 | 111010 |
Color Harmonies of #3BAFEB
Complementary color
Monochromatic Colors of #3BAFEB
Black with #3BAFEB
Text Example
Text Example
White with #3BAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFEB; }
p { color: rgb(59,175,235); }
H1.HeaderClassName
{
color: #3BAFEB;
}
.AnyTagClassName
{
color: #3BAFEB;
}
</style>
background-color css
<style>
a { background-color: #3BAFEB; }
a { background-color: rgb(59,175,235); }
div.DivClassName
{
background-color: #3BAFEB;
}
.BgClassName
{
background-color: #3BAFEB;
}
</style>
border-color css
<style>
span { border-color: #3BAFEB; }
span { border-color: rgb(59,175,235); }
td.TdClassName
{
border-color: #3BAFEB;
}
.TagClassName
{
border-color: #3BAFEB;
}
</style>