Shades of Summer Sky #3CB0FB
Tints of Summer Sky #3CB0FB
RGB
CMYK
RGB Variations
Color information
#3CB0FB (or 0x3CB0FB) is known color: Summer Sky. HEX triplet: 3C, B0 and FB. RGB value is (60,176,251). Sum of RGB (Red+Green+Blue) = 60+176+251=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CB0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB0FB is #C34F04. Grayscale: #959595. Windows color (decimal): -12799749 or 16494652. OLE color: 16494652.
HSL color Cylindrical-coordinate representation of color #3CB0FB: hue angle of 203.56º 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 #3CB0FB is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 176 | 251 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.02 |
| HSL | 203.56º | 0.96% | 0.61% | - |
| HSV(B) | 203.56º | 0.76% | 0.98% | - |
| XYZ | 34.8 | 38.98 | 96.96 | - |
| YUV | 149.87 | 185.07 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 251 | 0.76 | 0.30 | 0 | 0.02 | 203.56 | 0.96 | 0.61 |
| Hex | 3C | B0 | FB | 4C | 1E | 0 | 2 | CC | 60 | 3D |
| Octal | 74 | 260 | 373 | 114 | 36 | 0 | 2 | 314 | 140 | 75 |
| Binary | 111100 | 10110000 | 11111011 | 1001100 | 11110 | 0 | 10 | 11001100 | 1100000 | 111101 |
Color Harmonies of #3CB0FB
Complementary color
Monochromatic Colors of #3CB0FB
Black with #3CB0FB
Text Example
Text Example
White with #3CB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB0FB; }
p { color: rgb(60,176,251); }
H1.HeaderClassName
{
color: #3CB0FB;
}
.AnyTagClassName
{
color: #3CB0FB;
}
</style>
background-color css
<style>
a { background-color: #3CB0FB; }
a { background-color: rgb(60,176,251); }
div.DivClassName
{
background-color: #3CB0FB;
}
.BgClassName
{
background-color: #3CB0FB;
}
</style>
border-color css
<style>
span { border-color: #3CB0FB; }
span { border-color: rgb(60,176,251); }
td.TdClassName
{
border-color: #3CB0FB;
}
.TagClassName
{
border-color: #3CB0FB;
}
</style>