Shades of Summer Sky #399FDC
Tints of Summer Sky #399FDC
RGB
CMYK
RGB Variations
Color information
#399FDC (or 0x399FDC) is known color: Summer Sky. HEX triplet: 39, 9F and DC. RGB value is (57,159,220). Sum of RGB (Red+Green+Blue) = 57+159+220=436 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.07% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #399FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FDC is #C66023. Grayscale: #878787. Windows color (decimal): -13000740 or 14458681. OLE color: 14458681.
HSL color Cylindrical-coordinate representation of color #399FDC: hue angle of 202.45º 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 #399FDC is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 159 | 220 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.14 |
| HSL | 202.45º | 0.7% | 0.54% | - |
| HSV(B) | 202.45º | 0.74% | 0.86% | - |
| XYZ | 27 | 30.83 | 72.24 | - |
| YUV | 135.46 | 175.71 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 159 | 220 | 0.74 | 0.28 | 0 | 0.14 | 202.45 | 0.7 | 0.54 |
| Hex | 39 | 9F | DC | 4A | 1C | 0 | E | CA | 46 | 36 |
| Octal | 71 | 237 | 334 | 112 | 34 | 0 | 16 | 312 | 106 | 66 |
| Binary | 111001 | 10011111 | 11011100 | 1001010 | 11100 | 0 | 1110 | 11001010 | 1000110 | 110110 |
Color Harmonies of #399FDC
Complementary color
Monochromatic Colors of #399FDC
Black with #399FDC
Text Example
Text Example
White with #399FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399FDC; }
p { color: rgb(57,159,220); }
H1.HeaderClassName
{
color: #399FDC;
}
.AnyTagClassName
{
color: #399FDC;
}
</style>
background-color css
<style>
a { background-color: #399FDC; }
a { background-color: rgb(57,159,220); }
div.DivClassName
{
background-color: #399FDC;
}
.BgClassName
{
background-color: #399FDC;
}
</style>
border-color css
<style>
span { border-color: #399FDC; }
span { border-color: rgb(57,159,220); }
td.TdClassName
{
border-color: #399FDC;
}
.TagClassName
{
border-color: #399FDC;
}
</style>