Shades of Summer Sky #3C9ED7
Tints of Summer Sky #3C9ED7
RGB
CMYK
RGB Variations
Color information
#3C9ED7 (or 0x3C9ED7) is known color: Summer Sky. HEX triplet: 3C, 9E and D7. RGB value is (60,158,215). Sum of RGB (Red+Green+Blue) = 60+158+215=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C9ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9ED7 is #C36128. Grayscale: #868686. Windows color (decimal): -12804393 or 14130748. OLE color: 14130748.
HSL color Cylindrical-coordinate representation of color #3C9ED7: hue angle of 202.06º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C9ED7 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 158 | 215 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.16 |
| HSL | 202.06º | 0.66% | 0.54% | - |
| HSV(B) | 202.06º | 0.72% | 0.84% | - |
| XYZ | 26.36 | 30.32 | 68.75 | - |
| YUV | 135.2 | 173.03 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 158 | 215 | 0.72 | 0.27 | 0 | 0.16 | 202.06 | 0.66 | 0.54 |
| Hex | 3C | 9E | D7 | 48 | 1B | 0 | 10 | CA | 42 | 36 |
| Octal | 74 | 236 | 327 | 110 | 33 | 0 | 20 | 312 | 102 | 66 |
| Binary | 111100 | 10011110 | 11010111 | 1001000 | 11011 | 0 | 10000 | 11001010 | 1000010 | 110110 |
Color Harmonies of #3C9ED7
Complementary color
Monochromatic Colors of #3C9ED7
Black with #3C9ED7
Text Example
Text Example
White with #3C9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9ED7; }
p { color: rgb(60,158,215); }
H1.HeaderClassName
{
color: #3C9ED7;
}
.AnyTagClassName
{
color: #3C9ED7;
}
</style>
background-color css
<style>
a { background-color: #3C9ED7; }
a { background-color: rgb(60,158,215); }
div.DivClassName
{
background-color: #3C9ED7;
}
.BgClassName
{
background-color: #3C9ED7;
}
</style>
border-color css
<style>
span { border-color: #3C9ED7; }
span { border-color: rgb(60,158,215); }
td.TdClassName
{
border-color: #3C9ED7;
}
.TagClassName
{
border-color: #3C9ED7;
}
</style>