Shades of Summer Sky #389BED
Tints of Summer Sky #389BED
RGB
CMYK
RGB Variations
Color information
#389BED (or 0x389BED) is known color: Summer Sky. HEX triplet: 38, 9B and ED. RGB value is (56,155,237). Sum of RGB (Red+Green+Blue) = 56+155+237=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #389BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389BED is #C76412. Grayscale: #868686. Windows color (decimal): -13067283 or 15571768. OLE color: 15571768.
HSL color Cylindrical-coordinate representation of color #389BED: hue angle of 207.18º 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 #389BED is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 155 | 237 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.07 |
| HSL | 207.18º | 0.83% | 0.57% | - |
| HSV(B) | 207.18º | 0.76% | 0.93% | - |
| XYZ | 28.64 | 30.4 | 84.48 | - |
| YUV | 134.75 | 185.7 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 237 | 0.76 | 0.35 | 0 | 0.07 | 207.18 | 0.83 | 0.57 |
| Hex | 38 | 9B | ED | 4C | 23 | 0 | 7 | CF | 53 | 39 |
| Octal | 70 | 233 | 355 | 114 | 43 | 0 | 7 | 317 | 123 | 71 |
| Binary | 111000 | 10011011 | 11101101 | 1001100 | 100011 | 0 | 111 | 11001111 | 1010011 | 111001 |
Color Harmonies of #389BED
Complementary color
Monochromatic Colors of #389BED
Black with #389BED
Text Example
Text Example
White with #389BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BED; }
p { color: rgb(56,155,237); }
H1.HeaderClassName
{
color: #389BED;
}
.AnyTagClassName
{
color: #389BED;
}
</style>
background-color css
<style>
a { background-color: #389BED; }
a { background-color: rgb(56,155,237); }
div.DivClassName
{
background-color: #389BED;
}
.BgClassName
{
background-color: #389BED;
}
</style>
border-color css
<style>
span { border-color: #389BED; }
span { border-color: rgb(56,155,237); }
td.TdClassName
{
border-color: #389BED;
}
.TagClassName
{
border-color: #389BED;
}
</style>