Shades of Summer Sky #3BA3F6
Tints of Summer Sky #3BA3F6
RGB
CMYK
RGB Variations
Color information
#3BA3F6 (or 0x3BA3F6) is known color: Summer Sky. HEX triplet: 3B, A3 and F6. RGB value is (59,163,246). Sum of RGB (Red+Green+Blue) = 59+163+246=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #3BA3F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA3F6 is #C45C09. Grayscale: #8C8C8C. Windows color (decimal): -12868618 or 16163643. OLE color: 16163643.
HSL color Cylindrical-coordinate representation of color #3BA3F6: hue angle of 206.63º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BA3F6 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 163 | 246 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.04 |
| HSL | 206.63º | 0.91% | 0.6% | - |
| HSV(B) | 206.63º | 0.76% | 0.96% | - |
| XYZ | 31.54 | 33.78 | 92.05 | - |
| YUV | 141.37 | 187.04 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 246 | 0.76 | 0.34 | 0 | 0.04 | 206.63 | 0.91 | 0.6 |
| Hex | 3B | A3 | F6 | 4C | 22 | 0 | 4 | CF | 5B | 3C |
| Octal | 73 | 243 | 366 | 114 | 42 | 0 | 4 | 317 | 133 | 74 |
| Binary | 111011 | 10100011 | 11110110 | 1001100 | 100010 | 0 | 100 | 11001111 | 1011011 | 111100 |
Color Harmonies of #3BA3F6
Complementary color
Monochromatic Colors of #3BA3F6
Black with #3BA3F6
Text Example
Text Example
White with #3BA3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA3F6; }
p { color: rgb(59,163,246); }
H1.HeaderClassName
{
color: #3BA3F6;
}
.AnyTagClassName
{
color: #3BA3F6;
}
</style>
background-color css
<style>
a { background-color: #3BA3F6; }
a { background-color: rgb(59,163,246); }
div.DivClassName
{
background-color: #3BA3F6;
}
.BgClassName
{
background-color: #3BA3F6;
}
</style>
border-color css
<style>
span { border-color: #3BA3F6; }
span { border-color: rgb(59,163,246); }
td.TdClassName
{
border-color: #3BA3F6;
}
.TagClassName
{
border-color: #3BA3F6;
}
</style>