Shades of Summer Sky #3BA7EF
Tints of Summer Sky #3BA7EF
RGB
CMYK
RGB Variations
Color information
#3BA7EF (or 0x3BA7EF) is known color: Summer Sky. HEX triplet: 3B, A7 and EF. RGB value is (59,167,239). Sum of RGB (Red+Green+Blue) = 59+167+239=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BA7EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA7EF is #C45810. Grayscale: #8E8E8E. Windows color (decimal): -12867601 or 15705915. OLE color: 15705915.
HSL color Cylindrical-coordinate representation of color #3BA7EF: hue angle of 204º 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 #3BA7EF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 167 | 239 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.06 |
| HSL | 204º | 0.85% | 0.58% | - |
| HSV(B) | 204º | 0.75% | 0.94% | - |
| XYZ | 31.2 | 34.8 | 86.73 | - |
| YUV | 142.92 | 182.22 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 239 | 0.75 | 0.30 | 0 | 0.06 | 204 | 0.85 | 0.58 |
| Hex | 3B | A7 | EF | 4B | 1E | 0 | 6 | CC | 55 | 3A |
| Octal | 73 | 247 | 357 | 113 | 36 | 0 | 6 | 314 | 125 | 72 |
| Binary | 111011 | 10100111 | 11101111 | 1001011 | 11110 | 0 | 110 | 11001100 | 1010101 | 111010 |
Color Harmonies of #3BA7EF
Complementary color
Monochromatic Colors of #3BA7EF
Black with #3BA7EF
Text Example
Text Example
White with #3BA7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA7EF; }
p { color: rgb(59,167,239); }
H1.HeaderClassName
{
color: #3BA7EF;
}
.AnyTagClassName
{
color: #3BA7EF;
}
</style>
background-color css
<style>
a { background-color: #3BA7EF; }
a { background-color: rgb(59,167,239); }
div.DivClassName
{
background-color: #3BA7EF;
}
.BgClassName
{
background-color: #3BA7EF;
}
</style>
border-color css
<style>
span { border-color: #3BA7EF; }
span { border-color: rgb(59,167,239); }
td.TdClassName
{
border-color: #3BA7EF;
}
.TagClassName
{
border-color: #3BA7EF;
}
</style>