Shades of Summer Sky #3D9EDC
Tints of Summer Sky #3D9EDC
RGB
CMYK
RGB Variations
Color information
#3D9EDC (or 0x3D9EDC) is known color: Summer Sky. HEX triplet: 3D, 9E and DC. RGB value is (61,158,220). Sum of RGB (Red+Green+Blue) = 61+158+220=439 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.90% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D9EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9EDC is #C26123. Grayscale: #878787. Windows color (decimal): -12738852 or 14458429. OLE color: 14458429.
HSL color Cylindrical-coordinate representation of color #3D9EDC: 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.72%. Process color model (Four color, CMYK) of #3D9EDC is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 158 | 220 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.14 |
| HSL | 203.4º | 0.69% | 0.55% | - |
| HSV(B) | 203.4º | 0.72% | 0.86% | - |
| XYZ | 27.07 | 30.61 | 72.19 | - |
| YUV | 136.07 | 175.36 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 158 | 220 | 0.72 | 0.28 | 0 | 0.14 | 203.4 | 0.69 | 0.55 |
| Hex | 3D | 9E | DC | 48 | 1C | 0 | E | CB | 45 | 37 |
| Octal | 75 | 236 | 334 | 110 | 34 | 0 | 16 | 313 | 105 | 67 |
| Binary | 111101 | 10011110 | 11011100 | 1001000 | 11100 | 0 | 1110 | 11001011 | 1000101 | 110111 |
Color Harmonies of #3D9EDC
Complementary color
Monochromatic Colors of #3D9EDC
Black with #3D9EDC
Text Example
Text Example
White with #3D9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9EDC; }
p { color: rgb(61,158,220); }
H1.HeaderClassName
{
color: #3D9EDC;
}
.AnyTagClassName
{
color: #3D9EDC;
}
</style>
background-color css
<style>
a { background-color: #3D9EDC; }
a { background-color: rgb(61,158,220); }
div.DivClassName
{
background-color: #3D9EDC;
}
.BgClassName
{
background-color: #3D9EDC;
}
</style>
border-color css
<style>
span { border-color: #3D9EDC; }
span { border-color: rgb(61,158,220); }
td.TdClassName
{
border-color: #3D9EDC;
}
.TagClassName
{
border-color: #3D9EDC;
}
</style>