Shades of Summer Sky #3C9DDB
Tints of Summer Sky #3C9DDB
RGB
CMYK
RGB Variations
Color information
#3C9DDB (or 0x3C9DDB) is known color: Summer Sky. HEX triplet: 3C, 9D and DB. RGB value is (60,157,219). Sum of RGB (Red+Green+Blue) = 60+157+219=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C9DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9DDB is #C36224. Grayscale: #868686. Windows color (decimal): -12804645 or 14392636. OLE color: 14392636.
HSL color Cylindrical-coordinate representation of color #3C9DDB: hue angle of 203.4º degrees, saturation: 0.69, 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 #3C9DDB is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 157 | 219 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.14 |
| HSL | 203.4º | 0.69% | 0.55% | - |
| HSV(B) | 203.4º | 0.73% | 0.86% | - |
| XYZ | 26.71 | 30.19 | 71.44 | - |
| YUV | 135.07 | 175.36 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 157 | 219 | 0.73 | 0.28 | 0 | 0.14 | 203.4 | 0.69 | 0.55 |
| Hex | 3C | 9D | DB | 49 | 1C | 0 | E | CB | 45 | 37 |
| Octal | 74 | 235 | 333 | 111 | 34 | 0 | 16 | 313 | 105 | 67 |
| Binary | 111100 | 10011101 | 11011011 | 1001001 | 11100 | 0 | 1110 | 11001011 | 1000101 | 110111 |
Color Harmonies of #3C9DDB
Complementary color
Monochromatic Colors of #3C9DDB
Black with #3C9DDB
Text Example
Text Example
White with #3C9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9DDB; }
p { color: rgb(60,157,219); }
H1.HeaderClassName
{
color: #3C9DDB;
}
.AnyTagClassName
{
color: #3C9DDB;
}
</style>
background-color css
<style>
a { background-color: #3C9DDB; }
a { background-color: rgb(60,157,219); }
div.DivClassName
{
background-color: #3C9DDB;
}
.BgClassName
{
background-color: #3C9DDB;
}
</style>
border-color css
<style>
span { border-color: #3C9DDB; }
span { border-color: rgb(60,157,219); }
td.TdClassName
{
border-color: #3C9DDB;
}
.TagClassName
{
border-color: #3C9DDB;
}
</style>