Shades of Summer Sky #389DED
Tints of Summer Sky #389DED
RGB
CMYK
RGB Variations
Color information
#389DED (or 0x389DED) is known color: Summer Sky. HEX triplet: 38, 9D and ED. RGB value is (56,157,237). Sum of RGB (Red+Green+Blue) = 56+157+237=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #389DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DED is #C76212. Grayscale: #878787. Windows color (decimal): -13066771 or 15572280. OLE color: 15572280.
HSL color Cylindrical-coordinate representation of color #389DED: hue angle of 206.52º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #389DED is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 157 | 237 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.07 |
| HSL | 206.52º | 0.83% | 0.57% | - |
| HSV(B) | 206.52º | 0.76% | 0.93% | - |
| XYZ | 28.97 | 31.07 | 84.59 | - |
| YUV | 135.92 | 185.04 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 237 | 0.76 | 0.34 | 0 | 0.07 | 206.52 | 0.83 | 0.57 |
| Hex | 38 | 9D | ED | 4C | 22 | 0 | 7 | CF | 53 | 39 |
| Octal | 70 | 235 | 355 | 114 | 42 | 0 | 7 | 317 | 123 | 71 |
| Binary | 111000 | 10011101 | 11101101 | 1001100 | 100010 | 0 | 111 | 11001111 | 1010011 | 111001 |
Color Harmonies of #389DED
Complementary color
Monochromatic Colors of #389DED
Black with #389DED
Text Example
Text Example
White with #389DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DED; }
p { color: rgb(56,157,237); }
H1.HeaderClassName
{
color: #389DED;
}
.AnyTagClassName
{
color: #389DED;
}
</style>
background-color css
<style>
a { background-color: #389DED; }
a { background-color: rgb(56,157,237); }
div.DivClassName
{
background-color: #389DED;
}
.BgClassName
{
background-color: #389DED;
}
</style>
border-color css
<style>
span { border-color: #389DED; }
span { border-color: rgb(56,157,237); }
td.TdClassName
{
border-color: #389DED;
}
.TagClassName
{
border-color: #389DED;
}
</style>