Shades of Summer Sky #38BCD8
Tints of Summer Sky #38BCD8
RGB
CMYK
RGB Variations
Color information
#38BCD8 (or 0x38BCD8) is known color: Summer Sky. HEX triplet: 38, BC and D8. RGB value is (56,188,216). Sum of RGB (Red+Green+Blue) = 56+188+216=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #38BCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCD8 is #C74327. Grayscale: #979797. Windows color (decimal): -13058856 or 14203960. OLE color: 14203960.
HSL color Cylindrical-coordinate representation of color #38BCD8: hue angle of 190.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BCD8 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 188 | 216 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.15 |
| HSL | 190.5º | 0.67% | 0.53% | - |
| HSV(B) | 190.5º | 0.74% | 0.85% | - |
| XYZ | 32.01 | 41.77 | 71.34 | - |
| YUV | 151.72 | 164.27 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 216 | 0.74 | 0.13 | 0 | 0.15 | 190.5 | 0.67 | 0.53 |
| Hex | 38 | BC | D8 | 4A | D | 0 | F | BE | 43 | 35 |
| Octal | 70 | 274 | 330 | 112 | 15 | 0 | 17 | 276 | 103 | 65 |
| Binary | 111000 | 10111100 | 11011000 | 1001010 | 1101 | 0 | 1111 | 10111110 | 1000011 | 110101 |
Color Harmonies of #38BCD8
Complementary color
Monochromatic Colors of #38BCD8
Black with #38BCD8
Text Example
Text Example
White with #38BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCD8; }
p { color: rgb(56,188,216); }
H1.HeaderClassName
{
color: #38BCD8;
}
.AnyTagClassName
{
color: #38BCD8;
}
</style>
background-color css
<style>
a { background-color: #38BCD8; }
a { background-color: rgb(56,188,216); }
div.DivClassName
{
background-color: #38BCD8;
}
.BgClassName
{
background-color: #38BCD8;
}
</style>
border-color css
<style>
span { border-color: #38BCD8; }
span { border-color: rgb(56,188,216); }
td.TdClassName
{
border-color: #38BCD8;
}
.TagClassName
{
border-color: #38BCD8;
}
</style>