Shades of Summer Sky #38BBDC
Tints of Summer Sky #38BBDC
RGB
CMYK
RGB Variations
Color information
#38BBDC (or 0x38BBDC) is known color: Summer Sky. HEX triplet: 38, BB and DC. RGB value is (56,187,220). Sum of RGB (Red+Green+Blue) = 56+187+220=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #38BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBDC is #C74423. Grayscale: #979797. Windows color (decimal): -13059108 or 14465848. OLE color: 14465848.
HSL color Cylindrical-coordinate representation of color #38BBDC: hue angle of 192.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38BBDC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 187 | 220 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.14 |
| HSL | 192.07º | 0.7% | 0.54% | - |
| HSV(B) | 192.07º | 0.75% | 0.86% | - |
| XYZ | 32.32 | 41.55 | 74.03 | - |
| YUV | 151.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 187 | 220 | 0.75 | 0.15 | 0 | 0.14 | 192.07 | 0.7 | 0.54 |
| Hex | 38 | BB | DC | 4B | F | 0 | E | C0 | 46 | 36 |
| Octal | 70 | 273 | 334 | 113 | 17 | 0 | 16 | 300 | 106 | 66 |
| Binary | 111000 | 10111011 | 11011100 | 1001011 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110110 |
Color Harmonies of #38BBDC
Complementary color
Monochromatic Colors of #38BBDC
Black with #38BBDC
Text Example
Text Example
White with #38BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BBDC; }
p { color: rgb(56,187,220); }
H1.HeaderClassName
{
color: #38BBDC;
}
.AnyTagClassName
{
color: #38BBDC;
}
</style>
background-color css
<style>
a { background-color: #38BBDC; }
a { background-color: rgb(56,187,220); }
div.DivClassName
{
background-color: #38BBDC;
}
.BgClassName
{
background-color: #38BBDC;
}
</style>
border-color css
<style>
span { border-color: #38BBDC; }
span { border-color: rgb(56,187,220); }
td.TdClassName
{
border-color: #38BBDC;
}
.TagClassName
{
border-color: #38BBDC;
}
</style>