Shades of Summer Sky #399DD5
Tints of Summer Sky #399DD5
RGB
CMYK
RGB Variations
Color information
#399DD5 (or 0x399DD5) is known color: Summer Sky. HEX triplet: 39, 9D and D5. RGB value is (57,157,213). Sum of RGB (Red+Green+Blue) = 57+157+213=427 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.35% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #399DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DD5 is #C6622A. Grayscale: #858585. Windows color (decimal): -13001259 or 13999417. OLE color: 13999417.
HSL color Cylindrical-coordinate representation of color #399DD5: hue angle of 201.54º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #399DD5 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 157 | 213 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.16 |
| HSL | 201.54º | 0.65% | 0.53% | - |
| HSV(B) | 201.54º | 0.73% | 0.84% | - |
| XYZ | 25.75 | 29.79 | 67.34 | - |
| YUV | 133.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 213 | 0.73 | 0.26 | 0 | 0.16 | 201.54 | 0.65 | 0.53 |
| Hex | 39 | 9D | D5 | 49 | 1A | 0 | 10 | CA | 41 | 35 |
| Octal | 71 | 235 | 325 | 111 | 32 | 0 | 20 | 312 | 101 | 65 |
| Binary | 111001 | 10011101 | 11010101 | 1001001 | 11010 | 0 | 10000 | 11001010 | 1000001 | 110101 |
Color Harmonies of #399DD5
Complementary color
Monochromatic Colors of #399DD5
Black with #399DD5
Text Example
Text Example
White with #399DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399DD5; }
p { color: rgb(57,157,213); }
H1.HeaderClassName
{
color: #399DD5;
}
.AnyTagClassName
{
color: #399DD5;
}
</style>
background-color css
<style>
a { background-color: #399DD5; }
a { background-color: rgb(57,157,213); }
div.DivClassName
{
background-color: #399DD5;
}
.BgClassName
{
background-color: #399DD5;
}
</style>
border-color css
<style>
span { border-color: #399DD5; }
span { border-color: rgb(57,157,213); }
td.TdClassName
{
border-color: #399DD5;
}
.TagClassName
{
border-color: #399DD5;
}
</style>