Shades of Summer Sky #3CB1EE
Tints of Summer Sky #3CB1EE
RGB
CMYK
RGB Variations
Color information
#3CB1EE (or 0x3CB1EE) is known color: Summer Sky. HEX triplet: 3C, B1 and EE. RGB value is (60,177,238). Sum of RGB (Red+Green+Blue) = 60+177+238=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CB1EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB1EE is #C34E11. Grayscale: #949494. Windows color (decimal): -12799506 or 15642940. OLE color: 15642940.
HSL color Cylindrical-coordinate representation of color #3CB1EE: hue angle of 200.56º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB1EE is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 177 | 238 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.07 |
| HSL | 200.56º | 0.84% | 0.58% | - |
| HSV(B) | 200.56º | 0.75% | 0.93% | - |
| XYZ | 33.02 | 38.58 | 86.59 | - |
| YUV | 148.97 | 178.24 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 238 | 0.75 | 0.26 | 0 | 0.07 | 200.56 | 0.84 | 0.58 |
| Hex | 3C | B1 | EE | 4B | 1A | 0 | 7 | C9 | 54 | 3A |
| Octal | 74 | 261 | 356 | 113 | 32 | 0 | 7 | 311 | 124 | 72 |
| Binary | 111100 | 10110001 | 11101110 | 1001011 | 11010 | 0 | 111 | 11001001 | 1010100 | 111010 |
Color Harmonies of #3CB1EE
Complementary color
Monochromatic Colors of #3CB1EE
Black with #3CB1EE
Text Example
Text Example
White with #3CB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB1EE; }
p { color: rgb(60,177,238); }
H1.HeaderClassName
{
color: #3CB1EE;
}
.AnyTagClassName
{
color: #3CB1EE;
}
</style>
background-color css
<style>
a { background-color: #3CB1EE; }
a { background-color: rgb(60,177,238); }
div.DivClassName
{
background-color: #3CB1EE;
}
.BgClassName
{
background-color: #3CB1EE;
}
</style>
border-color css
<style>
span { border-color: #3CB1EE; }
span { border-color: rgb(60,177,238); }
td.TdClassName
{
border-color: #3CB1EE;
}
.TagClassName
{
border-color: #3CB1EE;
}
</style>