Shades of Summer Sky #3CB0FE
Tints of Summer Sky #3CB0FE
RGB
CMYK
RGB Variations
Color information
#3CB0FE (or 0x3CB0FE) is known color: Summer Sky. HEX triplet: 3C, B0 and FE. RGB value is (60,176,254). Sum of RGB (Red+Green+Blue) = 60+176+254=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CB0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB0FE is #C34F01. Grayscale: #959595. Windows color (decimal): -12799746 or 16691260. OLE color: 16691260.
HSL color Cylindrical-coordinate representation of color #3CB0FE: hue angle of 204.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CB0FE is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 176 | 254 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.00 |
| HSL | 204.12º | 0.99% | 0.62% | - |
| HSV(B) | 204.12º | 0.76% | 1% | - |
| XYZ | 35.28 | 39.17 | 99.47 | - |
| YUV | 150.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 254 | 0.76 | 0.31 | 0 | 0.00 | 204.12 | 0.99 | 0.62 |
| Hex | 3C | B0 | FE | 4C | 1F | 0 | 0 | CC | 63 | 3E |
| Octal | 74 | 260 | 376 | 114 | 37 | 0 | 0 | 314 | 143 | 76 |
| Binary | 111100 | 10110000 | 11111110 | 1001100 | 11111 | 0 | 0 | 11001100 | 1100011 | 111110 |
Color Harmonies of #3CB0FE
Complementary color
Monochromatic Colors of #3CB0FE
Black with #3CB0FE
Text Example
Text Example
White with #3CB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB0FE; }
p { color: rgb(60,176,254); }
H1.HeaderClassName
{
color: #3CB0FE;
}
.AnyTagClassName
{
color: #3CB0FE;
}
</style>
background-color css
<style>
a { background-color: #3CB0FE; }
a { background-color: rgb(60,176,254); }
div.DivClassName
{
background-color: #3CB0FE;
}
.BgClassName
{
background-color: #3CB0FE;
}
</style>
border-color css
<style>
span { border-color: #3CB0FE; }
span { border-color: rgb(60,176,254); }
td.TdClassName
{
border-color: #3CB0FE;
}
.TagClassName
{
border-color: #3CB0FE;
}
</style>