Shades of Summer Sky #389FDF
Tints of Summer Sky #389FDF
RGB
CMYK
RGB Variations
Color information
#389FDF (or 0x389FDF) is known color: Summer Sky. HEX triplet: 38, 9F and DF. RGB value is (56,159,223). Sum of RGB (Red+Green+Blue) = 56+159+223=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #389FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FDF is #C76020. Grayscale: #878787. Windows color (decimal): -13066273 or 14655288. OLE color: 14655288.
HSL color Cylindrical-coordinate representation of color #389FDF: hue angle of 202.99º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389FDF is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 159 | 223 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.13 |
| HSL | 202.99º | 0.72% | 0.55% | - |
| HSV(B) | 202.99º | 0.75% | 0.87% | - |
| XYZ | 27.35 | 30.96 | 74.35 | - |
| YUV | 135.5 | 177.38 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 223 | 0.75 | 0.29 | 0 | 0.13 | 202.99 | 0.72 | 0.55 |
| Hex | 38 | 9F | DF | 4B | 1D | 0 | D | CB | 48 | 37 |
| Octal | 70 | 237 | 337 | 113 | 35 | 0 | 15 | 313 | 110 | 67 |
| Binary | 111000 | 10011111 | 11011111 | 1001011 | 11101 | 0 | 1101 | 11001011 | 1001000 | 110111 |
Color Harmonies of #389FDF
Complementary color
Monochromatic Colors of #389FDF
Black with #389FDF
Text Example
Text Example
White with #389FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FDF; }
p { color: rgb(56,159,223); }
H1.HeaderClassName
{
color: #389FDF;
}
.AnyTagClassName
{
color: #389FDF;
}
</style>
background-color css
<style>
a { background-color: #389FDF; }
a { background-color: rgb(56,159,223); }
div.DivClassName
{
background-color: #389FDF;
}
.BgClassName
{
background-color: #389FDF;
}
</style>
border-color css
<style>
span { border-color: #389FDF; }
span { border-color: rgb(56,159,223); }
td.TdClassName
{
border-color: #389FDF;
}
.TagClassName
{
border-color: #389FDF;
}
</style>