Shades of Summer Sky #3BACF3
Tints of Summer Sky #3BACF3
RGB
CMYK
RGB Variations
Color information
#3BACF3 (or 0x3BACF3) is known color: Summer Sky. HEX triplet: 3B, AC and F3. RGB value is (59,172,243). Sum of RGB (Red+Green+Blue) = 59+172+243=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #3BACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BACF3 is #C4530C. Grayscale: #919191. Windows color (decimal): -12866317 or 15969339. OLE color: 15969339.
HSL color Cylindrical-coordinate representation of color #3BACF3: hue angle of 203.15º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BACF3 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 172 | 243 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.05 |
| HSL | 203.15º | 0.88% | 0.59% | - |
| HSV(B) | 203.15º | 0.76% | 0.95% | - |
| XYZ | 32.73 | 36.91 | 90.19 | - |
| YUV | 146.31 | 182.56 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 243 | 0.76 | 0.29 | 0 | 0.05 | 203.15 | 0.88 | 0.59 |
| Hex | 3B | AC | F3 | 4C | 1D | 0 | 5 | CB | 58 | 3B |
| Octal | 73 | 254 | 363 | 114 | 35 | 0 | 5 | 313 | 130 | 73 |
| Binary | 111011 | 10101100 | 11110011 | 1001100 | 11101 | 0 | 101 | 11001011 | 1011000 | 111011 |
Color Harmonies of #3BACF3
Complementary color
Monochromatic Colors of #3BACF3
Black with #3BACF3
Text Example
Text Example
White with #3BACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACF3; }
p { color: rgb(59,172,243); }
H1.HeaderClassName
{
color: #3BACF3;
}
.AnyTagClassName
{
color: #3BACF3;
}
</style>
background-color css
<style>
a { background-color: #3BACF3; }
a { background-color: rgb(59,172,243); }
div.DivClassName
{
background-color: #3BACF3;
}
.BgClassName
{
background-color: #3BACF3;
}
</style>
border-color css
<style>
span { border-color: #3BACF3; }
span { border-color: rgb(59,172,243); }
td.TdClassName
{
border-color: #3BACF3;
}
.TagClassName
{
border-color: #3BACF3;
}
</style>