Shades of Summer Sky #399DDC
Tints of Summer Sky #399DDC
RGB
CMYK
RGB Variations
Color information
#399DDC (or 0x399DDC) is known color: Summer Sky. HEX triplet: 39, 9D and DC. RGB value is (57,157,220). Sum of RGB (Red+Green+Blue) = 57+157+220=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #399DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DDC is #C66223. Grayscale: #858585. Windows color (decimal): -13001252 or 14458169. OLE color: 14458169.
HSL color Cylindrical-coordinate representation of color #399DDC: hue angle of 203.19º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399DDC is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 157 | 220 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.14 |
| HSL | 203.19º | 0.7% | 0.54% | - |
| HSV(B) | 203.19º | 0.74% | 0.86% | - |
| XYZ | 26.66 | 30.15 | 72.12 | - |
| YUV | 134.28 | 176.37 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 220 | 0.74 | 0.29 | 0 | 0.14 | 203.19 | 0.7 | 0.54 |
| Hex | 39 | 9D | DC | 4A | 1D | 0 | E | CB | 46 | 36 |
| Octal | 71 | 235 | 334 | 112 | 35 | 0 | 16 | 313 | 106 | 66 |
| Binary | 111001 | 10011101 | 11011100 | 1001010 | 11101 | 0 | 1110 | 11001011 | 1000110 | 110110 |
Color Harmonies of #399DDC
Complementary color
Monochromatic Colors of #399DDC
Black with #399DDC
Text Example
Text Example
White with #399DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399DDC; }
p { color: rgb(57,157,220); }
H1.HeaderClassName
{
color: #399DDC;
}
.AnyTagClassName
{
color: #399DDC;
}
</style>
background-color css
<style>
a { background-color: #399DDC; }
a { background-color: rgb(57,157,220); }
div.DivClassName
{
background-color: #399DDC;
}
.BgClassName
{
background-color: #399DDC;
}
</style>
border-color css
<style>
span { border-color: #399DDC; }
span { border-color: rgb(57,157,220); }
td.TdClassName
{
border-color: #399DDC;
}
.TagClassName
{
border-color: #399DDC;
}
</style>