Shades of Summer Sky #38BCDA
Tints of Summer Sky #38BCDA
RGB
CMYK
RGB Variations
Color information
#38BCDA (or 0x38BCDA) is known color: Summer Sky. HEX triplet: 38, BC and DA. RGB value is (56,188,218). Sum of RGB (Red+Green+Blue) = 56+188+218=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #38BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCDA is #C74325. Grayscale: #979797. Windows color (decimal): -13058854 or 14335032. OLE color: 14335032.
HSL color Cylindrical-coordinate representation of color #38BCDA: hue angle of 191.11º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BCDA is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 188 | 218 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.15 |
| HSL | 191.11º | 0.69% | 0.54% | - |
| HSV(B) | 191.11º | 0.74% | 0.85% | - |
| XYZ | 32.27 | 41.87 | 72.71 | - |
| YUV | 151.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 218 | 0.74 | 0.14 | 0 | 0.15 | 191.11 | 0.69 | 0.54 |
| Hex | 38 | BC | DA | 4A | E | 0 | F | BF | 45 | 36 |
| Octal | 70 | 274 | 332 | 112 | 16 | 0 | 17 | 277 | 105 | 66 |
| Binary | 111000 | 10111100 | 11011010 | 1001010 | 1110 | 0 | 1111 | 10111111 | 1000101 | 110110 |
Color Harmonies of #38BCDA
Complementary color
Monochromatic Colors of #38BCDA
Black with #38BCDA
Text Example
Text Example
White with #38BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BCDA; }
p { color: rgb(56,188,218); }
H1.HeaderClassName
{
color: #38BCDA;
}
.AnyTagClassName
{
color: #38BCDA;
}
</style>
background-color css
<style>
a { background-color: #38BCDA; }
a { background-color: rgb(56,188,218); }
div.DivClassName
{
background-color: #38BCDA;
}
.BgClassName
{
background-color: #38BCDA;
}
</style>
border-color css
<style>
span { border-color: #38BCDA; }
span { border-color: rgb(56,188,218); }
td.TdClassName
{
border-color: #38BCDA;
}
.TagClassName
{
border-color: #38BCDA;
}
</style>