Shades of Summer Sky #399ACE
Tints of Summer Sky #399ACE
RGB
CMYK
RGB Variations
Color information
#399ACE (or 0x399ACE) is known color: Summer Sky. HEX triplet: 39, 9A and CE. RGB value is (57,154,206). Sum of RGB (Red+Green+Blue) = 57+154+206=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #399ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ACE is #C66531. Grayscale: #828282. Windows color (decimal): -13002034 or 13539897. OLE color: 13539897.
HSL color Cylindrical-coordinate representation of color #399ACE: hue angle of 200.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399ACE is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 154 | 206 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.19 |
| HSL | 200.94º | 0.6% | 0.52% | - |
| HSV(B) | 200.94º | 0.72% | 0.81% | - |
| XYZ | 24.38 | 28.44 | 62.6 | - |
| YUV | 130.93 | 170.36 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 206 | 0.72 | 0.25 | 0 | 0.19 | 200.94 | 0.6 | 0.52 |
| Hex | 39 | 9A | CE | 48 | 19 | 0 | 13 | C9 | 3C | 34 |
| Octal | 71 | 232 | 316 | 110 | 31 | 0 | 23 | 311 | 74 | 64 |
| Binary | 111001 | 10011010 | 11001110 | 1001000 | 11001 | 0 | 10011 | 11001001 | 111100 | 110100 |
Color Harmonies of #399ACE
Complementary color
Monochromatic Colors of #399ACE
Black with #399ACE
Text Example
Text Example
White with #399ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399ACE; }
p { color: rgb(57,154,206); }
H1.HeaderClassName
{
color: #399ACE;
}
.AnyTagClassName
{
color: #399ACE;
}
</style>
background-color css
<style>
a { background-color: #399ACE; }
a { background-color: rgb(57,154,206); }
div.DivClassName
{
background-color: #399ACE;
}
.BgClassName
{
background-color: #399ACE;
}
</style>
border-color css
<style>
span { border-color: #399ACE; }
span { border-color: rgb(57,154,206); }
td.TdClassName
{
border-color: #399ACE;
}
.TagClassName
{
border-color: #399ACE;
}
</style>