Shades of Summer Sky #399ADD
Tints of Summer Sky #399ADD
RGB
CMYK
RGB Variations
Color information
#399ADD (or 0x399ADD) is known color: Summer Sky. HEX triplet: 39, 9A and DD. RGB value is (57,154,221). Sum of RGB (Red+Green+Blue) = 57+154+221=432 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.19% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #399ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ADD is #C66522. Grayscale: #848484. Windows color (decimal): -13002019 or 14522937. OLE color: 14522937.
HSL color Cylindrical-coordinate representation of color #399ADD: hue angle of 204.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399ADD is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 154 | 221 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.13 |
| HSL | 204.51º | 0.71% | 0.55% | - |
| HSV(B) | 204.51º | 0.74% | 0.87% | - |
| XYZ | 26.29 | 29.2 | 72.66 | - |
| YUV | 132.64 | 177.86 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 221 | 0.74 | 0.30 | 0 | 0.13 | 204.51 | 0.71 | 0.55 |
| Hex | 39 | 9A | DD | 4A | 1E | 0 | D | CD | 47 | 37 |
| Octal | 71 | 232 | 335 | 112 | 36 | 0 | 15 | 315 | 107 | 67 |
| Binary | 111001 | 10011010 | 11011101 | 1001010 | 11110 | 0 | 1101 | 11001101 | 1000111 | 110111 |
Color Harmonies of #399ADD
Complementary color
Monochromatic Colors of #399ADD
Black with #399ADD
Text Example
Text Example
White with #399ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399ADD; }
p { color: rgb(57,154,221); }
H1.HeaderClassName
{
color: #399ADD;
}
.AnyTagClassName
{
color: #399ADD;
}
</style>
background-color css
<style>
a { background-color: #399ADD; }
a { background-color: rgb(57,154,221); }
div.DivClassName
{
background-color: #399ADD;
}
.BgClassName
{
background-color: #399ADD;
}
</style>
border-color css
<style>
span { border-color: #399ADD; }
span { border-color: rgb(57,154,221); }
td.TdClassName
{
border-color: #399ADD;
}
.TagClassName
{
border-color: #399ADD;
}
</style>