Shades of Summer Sky #388FDD
Tints of Summer Sky #388FDD
RGB
CMYK
RGB Variations
Color information
#388FDD (or 0x388FDD) is known color: Summer Sky. HEX triplet: 38, 8F and DD. RGB value is (56,143,221). Sum of RGB (Red+Green+Blue) = 56+143+221=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #388FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FDD is #C77022. Grayscale: #7D7D7D. Windows color (decimal): -13070371 or 14520120. OLE color: 14520120.
HSL color Cylindrical-coordinate representation of color #388FDD: hue angle of 208.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388FDD is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 143 | 221 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.13 |
| HSL | 208.36º | 0.71% | 0.54% | - |
| HSV(B) | 208.36º | 0.75% | 0.87% | - |
| XYZ | 24.5 | 25.71 | 72.08 | - |
| YUV | 125.88 | 181.68 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 221 | 0.75 | 0.35 | 0 | 0.13 | 208.36 | 0.71 | 0.54 |
| Hex | 38 | 8F | DD | 4B | 23 | 0 | D | D0 | 47 | 36 |
| Octal | 70 | 217 | 335 | 113 | 43 | 0 | 15 | 320 | 107 | 66 |
| Binary | 111000 | 10001111 | 11011101 | 1001011 | 100011 | 0 | 1101 | 11010000 | 1000111 | 110110 |
Color Harmonies of #388FDD
Complementary color
Monochromatic Colors of #388FDD
Black with #388FDD
Text Example
Text Example
White with #388FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FDD; }
p { color: rgb(56,143,221); }
H1.HeaderClassName
{
color: #388FDD;
}
.AnyTagClassName
{
color: #388FDD;
}
</style>
background-color css
<style>
a { background-color: #388FDD; }
a { background-color: rgb(56,143,221); }
div.DivClassName
{
background-color: #388FDD;
}
.BgClassName
{
background-color: #388FDD;
}
</style>
border-color css
<style>
span { border-color: #388FDD; }
span { border-color: rgb(56,143,221); }
td.TdClassName
{
border-color: #388FDD;
}
.TagClassName
{
border-color: #388FDD;
}
</style>