Shades of Summer Sky #389FD6
Tints of Summer Sky #389FD6
RGB
CMYK
RGB Variations
Color information
#389FD6 (or 0x389FD6) is known color: Summer Sky. HEX triplet: 38, 9F and D6. RGB value is (56,159,214). Sum of RGB (Red+Green+Blue) = 56+159+214=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #389FD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FD6 is #C76029. Grayscale: #868686. Windows color (decimal): -13066282 or 14065464. OLE color: 14065464.
HSL color Cylindrical-coordinate representation of color #389FD6: hue angle of 200.89º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389FD6 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 159 | 214 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.16 |
| HSL | 200.89º | 0.66% | 0.53% | - |
| HSV(B) | 200.89º | 0.74% | 0.84% | - |
| XYZ | 26.17 | 30.49 | 68.12 | - |
| YUV | 134.47 | 172.88 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 214 | 0.74 | 0.26 | 0 | 0.16 | 200.89 | 0.66 | 0.53 |
| Hex | 38 | 9F | D6 | 4A | 1A | 0 | 10 | C9 | 42 | 35 |
| Octal | 70 | 237 | 326 | 112 | 32 | 0 | 20 | 311 | 102 | 65 |
| Binary | 111000 | 10011111 | 11010110 | 1001010 | 11010 | 0 | 10000 | 11001001 | 1000010 | 110101 |
Color Harmonies of #389FD6
Complementary color
Monochromatic Colors of #389FD6
Black with #389FD6
Text Example
Text Example
White with #389FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FD6; }
p { color: rgb(56,159,214); }
H1.HeaderClassName
{
color: #389FD6;
}
.AnyTagClassName
{
color: #389FD6;
}
</style>
background-color css
<style>
a { background-color: #389FD6; }
a { background-color: rgb(56,159,214); }
div.DivClassName
{
background-color: #389FD6;
}
.BgClassName
{
background-color: #389FD6;
}
</style>
border-color css
<style>
span { border-color: #389FD6; }
span { border-color: rgb(56,159,214); }
td.TdClassName
{
border-color: #389FD6;
}
.TagClassName
{
border-color: #389FD6;
}
</style>