Shades of Summer Sky #389FDA
Tints of Summer Sky #389FDA
RGB
CMYK
RGB Variations
Color information
#389FDA (or 0x389FDA) is known color: Summer Sky. HEX triplet: 38, 9F and DA. RGB value is (56,159,218). Sum of RGB (Red+Green+Blue) = 56+159+218=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #389FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FDA is #C76025. Grayscale: #868686. Windows color (decimal): -13066278 or 14327608. OLE color: 14327608.
HSL color Cylindrical-coordinate representation of color #389FDA: hue angle of 201.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389FDA is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 159 | 218 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.15 |
| HSL | 201.85º | 0.69% | 0.54% | - |
| HSV(B) | 201.85º | 0.74% | 0.85% | - |
| XYZ | 26.68 | 30.7 | 70.85 | - |
| YUV | 134.93 | 174.88 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 218 | 0.74 | 0.27 | 0 | 0.15 | 201.85 | 0.69 | 0.54 |
| Hex | 38 | 9F | DA | 4A | 1B | 0 | F | CA | 45 | 36 |
| Octal | 70 | 237 | 332 | 112 | 33 | 0 | 17 | 312 | 105 | 66 |
| Binary | 111000 | 10011111 | 11011010 | 1001010 | 11011 | 0 | 1111 | 11001010 | 1000101 | 110110 |
Color Harmonies of #389FDA
Complementary color
Monochromatic Colors of #389FDA
Black with #389FDA
Text Example
Text Example
White with #389FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FDA; }
p { color: rgb(56,159,218); }
H1.HeaderClassName
{
color: #389FDA;
}
.AnyTagClassName
{
color: #389FDA;
}
</style>
background-color css
<style>
a { background-color: #389FDA; }
a { background-color: rgb(56,159,218); }
div.DivClassName
{
background-color: #389FDA;
}
.BgClassName
{
background-color: #389FDA;
}
</style>
border-color css
<style>
span { border-color: #389FDA; }
span { border-color: rgb(56,159,218); }
td.TdClassName
{
border-color: #389FDA;
}
.TagClassName
{
border-color: #389FDA;
}
</style>