Shades of Summer Sky #3BACFC
Tints of Summer Sky #3BACFC
RGB
CMYK
RGB Variations
Color information
#3BACFC (or 0x3BACFC) is known color: Summer Sky. HEX triplet: 3B, AC and FC. RGB value is (59,172,252). Sum of RGB (Red+Green+Blue) = 59+172+252=483 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.22% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BACFC is #C45303. Grayscale: #929292. Windows color (decimal): -12866308 or 16559163. OLE color: 16559163.
HSL color Cylindrical-coordinate representation of color #3BACFC: hue angle of 204.87º 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 #3BACFC is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 172 | 252 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.01 |
| HSL | 204.87º | 0.97% | 0.61% | - |
| HSV(B) | 204.87º | 0.77% | 0.99% | - |
| XYZ | 34.13 | 37.46 | 97.53 | - |
| YUV | 147.33 | 187.06 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 252 | 0.77 | 0.32 | 0 | 0.01 | 204.87 | 0.97 | 0.61 |
| Hex | 3B | AC | FC | 4D | 20 | 0 | 1 | CD | 61 | 3D |
| Octal | 73 | 254 | 374 | 115 | 40 | 0 | 1 | 315 | 141 | 75 |
| Binary | 111011 | 10101100 | 11111100 | 1001101 | 100000 | 0 | 1 | 11001101 | 1100001 | 111101 |
Color Harmonies of #3BACFC
Complementary color
Monochromatic Colors of #3BACFC
Black with #3BACFC
Text Example
Text Example
White with #3BACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BACFC; }
p { color: rgb(59,172,252); }
H1.HeaderClassName
{
color: #3BACFC;
}
.AnyTagClassName
{
color: #3BACFC;
}
</style>
background-color css
<style>
a { background-color: #3BACFC; }
a { background-color: rgb(59,172,252); }
div.DivClassName
{
background-color: #3BACFC;
}
.BgClassName
{
background-color: #3BACFC;
}
</style>
border-color css
<style>
span { border-color: #3BACFC; }
span { border-color: rgb(59,172,252); }
td.TdClassName
{
border-color: #3BACFC;
}
.TagClassName
{
border-color: #3BACFC;
}
</style>