Shades of Summer Sky #389ECF
Tints of Summer Sky #389ECF
RGB
CMYK
RGB Variations
Color information
#389ECF (or 0x389ECF) is known color: Summer Sky. HEX triplet: 38, 9E and CF. RGB value is (56,158,207). Sum of RGB (Red+Green+Blue) = 56+158+207=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #389ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ECF is #C76130. Grayscale: #848484. Windows color (decimal): -13066545 or 13606456. OLE color: 13606456.
HSL color Cylindrical-coordinate representation of color #389ECF: hue angle of 199.47º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389ECF is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 158 | 207 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.19 |
| HSL | 199.47º | 0.61% | 0.52% | - |
| HSV(B) | 199.47º | 0.73% | 0.81% | - |
| XYZ | 25.12 | 29.8 | 63.46 | - |
| YUV | 133.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 207 | 0.73 | 0.24 | 0 | 0.19 | 199.47 | 0.61 | 0.52 |
| Hex | 38 | 9E | CF | 49 | 18 | 0 | 13 | C7 | 3D | 34 |
| Octal | 70 | 236 | 317 | 111 | 30 | 0 | 23 | 307 | 75 | 64 |
| Binary | 111000 | 10011110 | 11001111 | 1001001 | 11000 | 0 | 10011 | 11000111 | 111101 | 110100 |
Color Harmonies of #389ECF
Complementary color
Monochromatic Colors of #389ECF
Black with #389ECF
Text Example
Text Example
White with #389ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389ECF; }
p { color: rgb(56,158,207); }
H1.HeaderClassName
{
color: #389ECF;
}
.AnyTagClassName
{
color: #389ECF;
}
</style>
background-color css
<style>
a { background-color: #389ECF; }
a { background-color: rgb(56,158,207); }
div.DivClassName
{
background-color: #389ECF;
}
.BgClassName
{
background-color: #389ECF;
}
</style>
border-color css
<style>
span { border-color: #389ECF; }
span { border-color: rgb(56,158,207); }
td.TdClassName
{
border-color: #389ECF;
}
.TagClassName
{
border-color: #389ECF;
}
</style>