Shades of Summer Sky #3BA7FC
Tints of Summer Sky #3BA7FC
RGB
CMYK
RGB Variations
Color information
#3BA7FC (or 0x3BA7FC) is known color: Summer Sky. HEX triplet: 3B, A7 and FC. RGB value is (59,167,252). Sum of RGB (Red+Green+Blue) = 59+167+252=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BA7FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA7FC is #C45803. Grayscale: #8F8F8F. Windows color (decimal): -12867588 or 16557883. OLE color: 16557883.
HSL color Cylindrical-coordinate representation of color #3BA7FC: hue angle of 206.42º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BA7FC is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 167 | 252 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.01 |
| HSL | 206.42º | 0.97% | 0.61% | - |
| HSV(B) | 206.42º | 0.77% | 0.99% | - |
| XYZ | 33.19 | 35.6 | 97.22 | - |
| YUV | 144.4 | 188.72 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 252 | 0.77 | 0.34 | 0 | 0.01 | 206.42 | 0.97 | 0.61 |
| Hex | 3B | A7 | FC | 4D | 22 | 0 | 1 | CE | 61 | 3D |
| Octal | 73 | 247 | 374 | 115 | 42 | 0 | 1 | 316 | 141 | 75 |
| Binary | 111011 | 10100111 | 11111100 | 1001101 | 100010 | 0 | 1 | 11001110 | 1100001 | 111101 |
Color Harmonies of #3BA7FC
Complementary color
Monochromatic Colors of #3BA7FC
Black with #3BA7FC
Text Example
Text Example
White with #3BA7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA7FC; }
p { color: rgb(59,167,252); }
H1.HeaderClassName
{
color: #3BA7FC;
}
.AnyTagClassName
{
color: #3BA7FC;
}
</style>
background-color css
<style>
a { background-color: #3BA7FC; }
a { background-color: rgb(59,167,252); }
div.DivClassName
{
background-color: #3BA7FC;
}
.BgClassName
{
background-color: #3BA7FC;
}
</style>
border-color css
<style>
span { border-color: #3BA7FC; }
span { border-color: rgb(59,167,252); }
td.TdClassName
{
border-color: #3BA7FC;
}
.TagClassName
{
border-color: #3BA7FC;
}
</style>