Shades of Summer Sky #38BCDE
Tints of Summer Sky #38BCDE
RGB
CMYK
RGB Variations
Color information
#38BCDE (or 0x38BCDE) is known color: Summer Sky. HEX triplet: 38, BC and DE. RGB value is (56,188,222). Sum of RGB (Red+Green+Blue) = 56+188+222=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #38BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCDE is #C74321. Grayscale: #989898. Windows color (decimal): -13058850 or 14597176. OLE color: 14597176.
HSL color Cylindrical-coordinate representation of color #38BCDE: hue angle of 192.29º 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 #38BCDE is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 188 | 222 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.13 |
| HSL | 192.29º | 0.72% | 0.55% | - |
| HSV(B) | 192.29º | 0.75% | 0.87% | - |
| XYZ | 32.8 | 42.08 | 75.5 | - |
| YUV | 152.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 222 | 0.75 | 0.15 | 0 | 0.13 | 192.29 | 0.72 | 0.55 |
| Hex | 38 | BC | DE | 4B | F | 0 | D | C0 | 48 | 37 |
| Octal | 70 | 274 | 336 | 113 | 17 | 0 | 15 | 300 | 110 | 67 |
| Binary | 111000 | 10111100 | 11011110 | 1001011 | 1111 | 0 | 1101 | 11000000 | 1001000 | 110111 |
Color Harmonies of #38BCDE
Complementary color
Monochromatic Colors of #38BCDE
Black with #38BCDE
Text Example
Text Example
White with #38BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCDE; }
p { color: rgb(56,188,222); }
H1.HeaderClassName
{
color: #38BCDE;
}
.AnyTagClassName
{
color: #38BCDE;
}
</style>
background-color css
<style>
a { background-color: #38BCDE; }
a { background-color: rgb(56,188,222); }
div.DivClassName
{
background-color: #38BCDE;
}
.BgClassName
{
background-color: #38BCDE;
}
</style>
border-color css
<style>
span { border-color: #38BCDE; }
span { border-color: rgb(56,188,222); }
td.TdClassName
{
border-color: #38BCDE;
}
.TagClassName
{
border-color: #38BCDE;
}
</style>