Shades of Summer Sky #3BA8EF
Tints of Summer Sky #3BA8EF
RGB
CMYK
RGB Variations
Color information
#3BA8EF (or 0x3BA8EF) is known color: Summer Sky. HEX triplet: 3B, A8 and EF. RGB value is (59,168,239). Sum of RGB (Red+Green+Blue) = 59+168+239=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BA8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA8EF is #C45710. Grayscale: #8F8F8F. Windows color (decimal): -12867345 or 15706171. OLE color: 15706171.
HSL color Cylindrical-coordinate representation of color #3BA8EF: hue angle of 203.67º 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 #3BA8EF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 168 | 239 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.06 |
| HSL | 203.67º | 0.85% | 0.58% | - |
| HSV(B) | 203.67º | 0.75% | 0.94% | - |
| XYZ | 31.39 | 35.17 | 86.8 | - |
| YUV | 143.5 | 181.89 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 168 | 239 | 0.75 | 0.30 | 0 | 0.06 | 203.67 | 0.85 | 0.58 |
| Hex | 3B | A8 | EF | 4B | 1E | 0 | 6 | CC | 55 | 3A |
| Octal | 73 | 250 | 357 | 113 | 36 | 0 | 6 | 314 | 125 | 72 |
| Binary | 111011 | 10101000 | 11101111 | 1001011 | 11110 | 0 | 110 | 11001100 | 1010101 | 111010 |
Color Harmonies of #3BA8EF
Complementary color
Monochromatic Colors of #3BA8EF
Black with #3BA8EF
Text Example
Text Example
White with #3BA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA8EF; }
p { color: rgb(59,168,239); }
H1.HeaderClassName
{
color: #3BA8EF;
}
.AnyTagClassName
{
color: #3BA8EF;
}
</style>
background-color css
<style>
a { background-color: #3BA8EF; }
a { background-color: rgb(59,168,239); }
div.DivClassName
{
background-color: #3BA8EF;
}
.BgClassName
{
background-color: #3BA8EF;
}
</style>
border-color css
<style>
span { border-color: #3BA8EF; }
span { border-color: rgb(59,168,239); }
td.TdClassName
{
border-color: #3BA8EF;
}
.TagClassName
{
border-color: #3BA8EF;
}
</style>