Shades of Summer Sky #389AD6
Tints of Summer Sky #389AD6
RGB
CMYK
RGB Variations
Color information
#389AD6 (or 0x389AD6) is known color: Summer Sky. HEX triplet: 38, 9A and D6. RGB value is (56,154,214). Sum of RGB (Red+Green+Blue) = 56+154+214=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #389AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389AD6 is #C76529. Grayscale: #838383. Windows color (decimal): -13067562 or 14064184. OLE color: 14064184.
HSL color Cylindrical-coordinate representation of color #389AD6: hue angle of 202.78º 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 #389AD6 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 154 | 214 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.16 |
| HSL | 202.78º | 0.66% | 0.53% | - |
| HSV(B) | 202.78º | 0.74% | 0.84% | - |
| XYZ | 25.32 | 28.81 | 67.84 | - |
| YUV | 131.54 | 174.53 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 214 | 0.74 | 0.28 | 0 | 0.16 | 202.78 | 0.66 | 0.53 |
| Hex | 38 | 9A | D6 | 4A | 1C | 0 | 10 | CB | 42 | 35 |
| Octal | 70 | 232 | 326 | 112 | 34 | 0 | 20 | 313 | 102 | 65 |
| Binary | 111000 | 10011010 | 11010110 | 1001010 | 11100 | 0 | 10000 | 11001011 | 1000010 | 110101 |
Color Harmonies of #389AD6
Complementary color
Monochromatic Colors of #389AD6
Black with #389AD6
Text Example
Text Example
White with #389AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AD6; }
p { color: rgb(56,154,214); }
H1.HeaderClassName
{
color: #389AD6;
}
.AnyTagClassName
{
color: #389AD6;
}
</style>
background-color css
<style>
a { background-color: #389AD6; }
a { background-color: rgb(56,154,214); }
div.DivClassName
{
background-color: #389AD6;
}
.BgClassName
{
background-color: #389AD6;
}
</style>
border-color css
<style>
span { border-color: #389AD6; }
span { border-color: rgb(56,154,214); }
td.TdClassName
{
border-color: #389AD6;
}
.TagClassName
{
border-color: #389AD6;
}
</style>