Shades of Summer Sky #3CB2EF
Tints of Summer Sky #3CB2EF
RGB
CMYK
RGB Variations
Color information
#3CB2EF (or 0x3CB2EF) is known color: Summer Sky. HEX triplet: 3C, B2 and EF. RGB value is (60,178,239). Sum of RGB (Red+Green+Blue) = 60+178+239=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB2EF is #C34D10. Grayscale: #959595. Windows color (decimal): -12799249 or 15708732. OLE color: 15708732.
HSL color Cylindrical-coordinate representation of color #3CB2EF: hue angle of 200.45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB2EF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 178 | 239 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.06 |
| HSL | 200.45º | 0.85% | 0.59% | - |
| HSV(B) | 200.45º | 0.75% | 0.94% | - |
| XYZ | 33.36 | 39.03 | 87.44 | - |
| YUV | 149.67 | 178.41 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 239 | 0.75 | 0.26 | 0 | 0.06 | 200.45 | 0.85 | 0.59 |
| Hex | 3C | B2 | EF | 4B | 1A | 0 | 6 | C8 | 55 | 3B |
| Octal | 74 | 262 | 357 | 113 | 32 | 0 | 6 | 310 | 125 | 73 |
| Binary | 111100 | 10110010 | 11101111 | 1001011 | 11010 | 0 | 110 | 11001000 | 1010101 | 111011 |
Color Harmonies of #3CB2EF
Complementary color
Monochromatic Colors of #3CB2EF
Black with #3CB2EF
Text Example
Text Example
White with #3CB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2EF; }
p { color: rgb(60,178,239); }
H1.HeaderClassName
{
color: #3CB2EF;
}
.AnyTagClassName
{
color: #3CB2EF;
}
</style>
background-color css
<style>
a { background-color: #3CB2EF; }
a { background-color: rgb(60,178,239); }
div.DivClassName
{
background-color: #3CB2EF;
}
.BgClassName
{
background-color: #3CB2EF;
}
</style>
border-color css
<style>
span { border-color: #3CB2EF; }
span { border-color: rgb(60,178,239); }
td.TdClassName
{
border-color: #3CB2EF;
}
.TagClassName
{
border-color: #3CB2EF;
}
</style>