Shades of Summer Sky #389ED6
Tints of Summer Sky #389ED6
RGB
CMYK
RGB Variations
Color information
#389ED6 (or 0x389ED6) is known color: Summer Sky. HEX triplet: 38, 9E and D6. RGB value is (56,158,214). Sum of RGB (Red+Green+Blue) = 56+158+214=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #389ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ED6 is #C76129. Grayscale: #858585. Windows color (decimal): -13066538 or 14065208. OLE color: 14065208.
HSL color Cylindrical-coordinate representation of color #389ED6: hue angle of 201.27º 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 #389ED6 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 158 | 214 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.16 |
| HSL | 201.27º | 0.66% | 0.53% | - |
| HSV(B) | 201.27º | 0.74% | 0.84% | - |
| XYZ | 26 | 30.15 | 68.07 | - |
| YUV | 133.89 | 173.21 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 214 | 0.74 | 0.26 | 0 | 0.16 | 201.27 | 0.66 | 0.53 |
| Hex | 38 | 9E | D6 | 4A | 1A | 0 | 10 | C9 | 42 | 35 |
| Octal | 70 | 236 | 326 | 112 | 32 | 0 | 20 | 311 | 102 | 65 |
| Binary | 111000 | 10011110 | 11010110 | 1001010 | 11010 | 0 | 10000 | 11001001 | 1000010 | 110101 |
Color Harmonies of #389ED6
Complementary color
Monochromatic Colors of #389ED6
Black with #389ED6
Text Example
Text Example
White with #389ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389ED6; }
p { color: rgb(56,158,214); }
H1.HeaderClassName
{
color: #389ED6;
}
.AnyTagClassName
{
color: #389ED6;
}
</style>
background-color css
<style>
a { background-color: #389ED6; }
a { background-color: rgb(56,158,214); }
div.DivClassName
{
background-color: #389ED6;
}
.BgClassName
{
background-color: #389ED6;
}
</style>
border-color css
<style>
span { border-color: #389ED6; }
span { border-color: rgb(56,158,214); }
td.TdClassName
{
border-color: #389ED6;
}
.TagClassName
{
border-color: #389ED6;
}
</style>