Shades of Summer Sky #399DCD
Tints of Summer Sky #399DCD
RGB
CMYK
RGB Variations
Color information
#399DCD (or 0x399DCD) is known color: Summer Sky. HEX triplet: 39, 9D and CD. RGB value is (57,157,205). Sum of RGB (Red+Green+Blue) = 57+157+205=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #399DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DCD is #C66232. Grayscale: #848484. Windows color (decimal): -13001267 or 13475129. OLE color: 13475129.
HSL color Cylindrical-coordinate representation of color #399DCD: hue angle of 199.46º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399DCD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 157 | 205 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.20 |
| HSL | 199.46º | 0.6% | 0.51% | - |
| HSV(B) | 199.46º | 0.72% | 0.8% | - |
| XYZ | 24.76 | 29.39 | 62.13 | - |
| YUV | 132.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 205 | 0.72 | 0.23 | 0 | 0.20 | 199.46 | 0.6 | 0.51 |
| Hex | 39 | 9D | CD | 48 | 17 | 0 | 14 | C7 | 3C | 33 |
| Octal | 71 | 235 | 315 | 110 | 27 | 0 | 24 | 307 | 74 | 63 |
| Binary | 111001 | 10011101 | 11001101 | 1001000 | 10111 | 0 | 10100 | 11000111 | 111100 | 110011 |
Color Harmonies of #399DCD
Complementary color
Monochromatic Colors of #399DCD
Black with #399DCD
Text Example
Text Example
White with #399DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399DCD; }
p { color: rgb(57,157,205); }
H1.HeaderClassName
{
color: #399DCD;
}
.AnyTagClassName
{
color: #399DCD;
}
</style>
background-color css
<style>
a { background-color: #399DCD; }
a { background-color: rgb(57,157,205); }
div.DivClassName
{
background-color: #399DCD;
}
.BgClassName
{
background-color: #399DCD;
}
</style>
border-color css
<style>
span { border-color: #399DCD; }
span { border-color: rgb(57,157,205); }
td.TdClassName
{
border-color: #399DCD;
}
.TagClassName
{
border-color: #399DCD;
}
</style>