Shades of Summer Sky #3C9BCB
Tints of Summer Sky #3C9BCB
RGB
CMYK
RGB Variations
Color information
#3C9BCB (or 0x3C9BCB) is known color: Summer Sky. HEX triplet: 3C, 9B and CB. RGB value is (60,155,203). Sum of RGB (Red+Green+Blue) = 60+155+203=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C9BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9BCB is #C36434. Grayscale: #838383. Windows color (decimal): -12805173 or 13343548. OLE color: 13343548.
HSL color Cylindrical-coordinate representation of color #3C9BCB: hue angle of 200.14º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C9BCB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 155 | 203 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.20 |
| HSL | 200.14º | 0.58% | 0.52% | - |
| HSV(B) | 200.14º | 0.7% | 0.8% | - |
| XYZ | 24.36 | 28.72 | 60.76 | - |
| YUV | 132.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 203 | 0.70 | 0.24 | 0 | 0.20 | 200.14 | 0.58 | 0.52 |
| Hex | 3C | 9B | CB | 46 | 18 | 0 | 14 | C8 | 3A | 34 |
| Octal | 74 | 233 | 313 | 106 | 30 | 0 | 24 | 310 | 72 | 64 |
| Binary | 111100 | 10011011 | 11001011 | 1000110 | 11000 | 0 | 10100 | 11001000 | 111010 | 110100 |
Color Harmonies of #3C9BCB
Complementary color
Monochromatic Colors of #3C9BCB
Black with #3C9BCB
Text Example
Text Example
White with #3C9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9BCB; }
p { color: rgb(60,155,203); }
H1.HeaderClassName
{
color: #3C9BCB;
}
.AnyTagClassName
{
color: #3C9BCB;
}
</style>
background-color css
<style>
a { background-color: #3C9BCB; }
a { background-color: rgb(60,155,203); }
div.DivClassName
{
background-color: #3C9BCB;
}
.BgClassName
{
background-color: #3C9BCB;
}
</style>
border-color css
<style>
span { border-color: #3C9BCB; }
span { border-color: rgb(60,155,203); }
td.TdClassName
{
border-color: #3C9BCB;
}
.TagClassName
{
border-color: #3C9BCB;
}
</style>