Shades of Summer Sky #389AEF
Tints of Summer Sky #389AEF
RGB
CMYK
RGB Variations
Color information
#389AEF (or 0x389AEF) is known color: Summer Sky. HEX triplet: 38, 9A and EF. RGB value is (56,154,239). Sum of RGB (Red+Green+Blue) = 56+154+239=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #389AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AEF is #C76510. Grayscale: #858585. Windows color (decimal): -13067537 or 15702584. OLE color: 15702584.
HSL color Cylindrical-coordinate representation of color #389AEF: hue angle of 207.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389AEF is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 154 | 239 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.06 |
| HSL | 207.87º | 0.85% | 0.58% | - |
| HSV(B) | 207.87º | 0.77% | 0.94% | - |
| XYZ | 28.77 | 30.18 | 85.97 | - |
| YUV | 134.39 | 187.03 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 239 | 0.77 | 0.36 | 0 | 0.06 | 207.87 | 0.85 | 0.58 |
| Hex | 38 | 9A | EF | 4D | 24 | 0 | 6 | D0 | 55 | 3A |
| Octal | 70 | 232 | 357 | 115 | 44 | 0 | 6 | 320 | 125 | 72 |
| Binary | 111000 | 10011010 | 11101111 | 1001101 | 100100 | 0 | 110 | 11010000 | 1010101 | 111010 |
Color Harmonies of #389AEF
Complementary color
Monochromatic Colors of #389AEF
Black with #389AEF
Text Example
Text Example
White with #389AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AEF; }
p { color: rgb(56,154,239); }
H1.HeaderClassName
{
color: #389AEF;
}
.AnyTagClassName
{
color: #389AEF;
}
</style>
background-color css
<style>
a { background-color: #389AEF; }
a { background-color: rgb(56,154,239); }
div.DivClassName
{
background-color: #389AEF;
}
.BgClassName
{
background-color: #389AEF;
}
</style>
border-color css
<style>
span { border-color: #389AEF; }
span { border-color: rgb(56,154,239); }
td.TdClassName
{
border-color: #389AEF;
}
.TagClassName
{
border-color: #389AEF;
}
</style>