Shades of Summer Sky #3C9BDC
Tints of Summer Sky #3C9BDC
RGB
CMYK
RGB Variations
Color information
#3C9BDC (or 0x3C9BDC) is known color: Summer Sky. HEX triplet: 3C, 9B and DC. RGB value is (60,155,220). Sum of RGB (Red+Green+Blue) = 60+155+220=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C9BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9BDC is #C36423. Grayscale: #858585. Windows color (decimal): -12805156 or 14457660. OLE color: 14457660.
HSL color Cylindrical-coordinate representation of color #3C9BDC: hue angle of 204.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C9BDC is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 155 | 220 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.14 |
| HSL | 204.38º | 0.7% | 0.55% | - |
| HSV(B) | 204.38º | 0.73% | 0.86% | - |
| XYZ | 26.5 | 29.57 | 72.02 | - |
| YUV | 134.01 | 176.53 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 220 | 0.73 | 0.30 | 0 | 0.14 | 204.38 | 0.7 | 0.55 |
| Hex | 3C | 9B | DC | 49 | 1E | 0 | E | CC | 46 | 37 |
| Octal | 74 | 233 | 334 | 111 | 36 | 0 | 16 | 314 | 106 | 67 |
| Binary | 111100 | 10011011 | 11011100 | 1001001 | 11110 | 0 | 1110 | 11001100 | 1000110 | 110111 |
Color Harmonies of #3C9BDC
Complementary color
Monochromatic Colors of #3C9BDC
Black with #3C9BDC
Text Example
Text Example
White with #3C9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9BDC; }
p { color: rgb(60,155,220); }
H1.HeaderClassName
{
color: #3C9BDC;
}
.AnyTagClassName
{
color: #3C9BDC;
}
</style>
background-color css
<style>
a { background-color: #3C9BDC; }
a { background-color: rgb(60,155,220); }
div.DivClassName
{
background-color: #3C9BDC;
}
.BgClassName
{
background-color: #3C9BDC;
}
</style>
border-color css
<style>
span { border-color: #3C9BDC; }
span { border-color: rgb(60,155,220); }
td.TdClassName
{
border-color: #3C9BDC;
}
.TagClassName
{
border-color: #3C9BDC;
}
</style>