Shades of Summer Sky #3BA6FA
Tints of Summer Sky #3BA6FA
RGB
CMYK
RGB Variations
Color information
#3BA6FA (or 0x3BA6FA) is known color: Summer Sky. HEX triplet: 3B, A6 and FA. RGB value is (59,166,250). Sum of RGB (Red+Green+Blue) = 59+166+250=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #3BA6FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA6FA is #C45905. Grayscale: #8F8F8F. Windows color (decimal): -12867846 or 16426555. OLE color: 16426555.
HSL color Cylindrical-coordinate representation of color #3BA6FA: hue angle of 206.39º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BA6FA is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 166 | 250 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.02 |
| HSL | 206.39º | 0.95% | 0.61% | - |
| HSV(B) | 206.39º | 0.76% | 0.98% | - |
| XYZ | 32.7 | 35.1 | 95.5 | - |
| YUV | 143.58 | 188.05 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 250 | 0.76 | 0.34 | 0 | 0.02 | 206.39 | 0.95 | 0.61 |
| Hex | 3B | A6 | FA | 4C | 22 | 0 | 2 | CE | 5F | 3D |
| Octal | 73 | 246 | 372 | 114 | 42 | 0 | 2 | 316 | 137 | 75 |
| Binary | 111011 | 10100110 | 11111010 | 1001100 | 100010 | 0 | 10 | 11001110 | 1011111 | 111101 |
Color Harmonies of #3BA6FA
Complementary color
Monochromatic Colors of #3BA6FA
Black with #3BA6FA
Text Example
Text Example
White with #3BA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA6FA; }
p { color: rgb(59,166,250); }
H1.HeaderClassName
{
color: #3BA6FA;
}
.AnyTagClassName
{
color: #3BA6FA;
}
</style>
background-color css
<style>
a { background-color: #3BA6FA; }
a { background-color: rgb(59,166,250); }
div.DivClassName
{
background-color: #3BA6FA;
}
.BgClassName
{
background-color: #3BA6FA;
}
</style>
border-color css
<style>
span { border-color: #3BA6FA; }
span { border-color: rgb(59,166,250); }
td.TdClassName
{
border-color: #3BA6FA;
}
.TagClassName
{
border-color: #3BA6FA;
}
</style>