Shades of Summer Sky #3BC0FB
Tints of Summer Sky #3BC0FB
RGB
CMYK
RGB Variations
Color information
#3BC0FB (or 0x3BC0FB) is known color: Summer Sky. HEX triplet: 3B, C0 and FB. RGB value is (59,192,251). Sum of RGB (Red+Green+Blue) = 59+192+251=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #3BC0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC0FB is #C43F04. Grayscale: #9E9E9E. Windows color (decimal): -12861189 or 16498747. OLE color: 16498747.
HSL color Cylindrical-coordinate representation of color #3BC0FB: hue angle of 198.44º degrees, saturation: 0.96, 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 #3BC0FB is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 192 | 251 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.02 |
| HSL | 198.44º | 0.96% | 0.61% | - |
| HSV(B) | 198.44º | 0.76% | 0.98% | - |
| XYZ | 38.07 | 45.59 | 98.06 | - |
| YUV | 158.96 | 179.94 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 251 | 0.76 | 0.24 | 0 | 0.02 | 198.44 | 0.96 | 0.61 |
| Hex | 3B | C0 | FB | 4C | 18 | 0 | 2 | C6 | 60 | 3D |
| Octal | 73 | 300 | 373 | 114 | 30 | 0 | 2 | 306 | 140 | 75 |
| Binary | 111011 | 11000000 | 11111011 | 1001100 | 11000 | 0 | 10 | 11000110 | 1100000 | 111101 |
Color Harmonies of #3BC0FB
Complementary color
Monochromatic Colors of #3BC0FB
Black with #3BC0FB
Text Example
Text Example
White with #3BC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC0FB; }
p { color: rgb(59,192,251); }
H1.HeaderClassName
{
color: #3BC0FB;
}
.AnyTagClassName
{
color: #3BC0FB;
}
</style>
background-color css
<style>
a { background-color: #3BC0FB; }
a { background-color: rgb(59,192,251); }
div.DivClassName
{
background-color: #3BC0FB;
}
.BgClassName
{
background-color: #3BC0FB;
}
</style>
border-color css
<style>
span { border-color: #3BC0FB; }
span { border-color: rgb(59,192,251); }
td.TdClassName
{
border-color: #3BC0FB;
}
.TagClassName
{
border-color: #3BC0FB;
}
</style>