Shades of Summer Sky #3BC0E0
Tints of Summer Sky #3BC0E0
RGB
CMYK
RGB Variations
Color information
#3BC0E0 (or 0x3BC0E0) is known color: Summer Sky. HEX triplet: 3B, C0 and E0. RGB value is (59,192,224). Sum of RGB (Red+Green+Blue) = 59+192+224=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #3BC0E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC0E0 is #C43F1F. Grayscale: #9B9B9B. Windows color (decimal): -12861216 or 14729275. OLE color: 14729275.
HSL color Cylindrical-coordinate representation of color #3BC0E0: hue angle of 191.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC0E0 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 192 | 224 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.12 |
| HSL | 191.64º | 0.73% | 0.55% | - |
| HSV(B) | 191.64º | 0.74% | 0.88% | - |
| XYZ | 34.11 | 44.01 | 77.22 | - |
| YUV | 155.88 | 166.44 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 224 | 0.74 | 0.14 | 0 | 0.12 | 191.64 | 0.73 | 0.55 |
| Hex | 3B | C0 | E0 | 4A | E | 0 | C | C0 | 49 | 37 |
| Octal | 73 | 300 | 340 | 112 | 16 | 0 | 14 | 300 | 111 | 67 |
| Binary | 111011 | 11000000 | 11100000 | 1001010 | 1110 | 0 | 1100 | 11000000 | 1001001 | 110111 |
Color Harmonies of #3BC0E0
Complementary color
Monochromatic Colors of #3BC0E0
Black with #3BC0E0
Text Example
Text Example
White with #3BC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC0E0; }
p { color: rgb(59,192,224); }
H1.HeaderClassName
{
color: #3BC0E0;
}
.AnyTagClassName
{
color: #3BC0E0;
}
</style>
background-color css
<style>
a { background-color: #3BC0E0; }
a { background-color: rgb(59,192,224); }
div.DivClassName
{
background-color: #3BC0E0;
}
.BgClassName
{
background-color: #3BC0E0;
}
</style>
border-color css
<style>
span { border-color: #3BC0E0; }
span { border-color: rgb(59,192,224); }
td.TdClassName
{
border-color: #3BC0E0;
}
.TagClassName
{
border-color: #3BC0E0;
}
</style>