Shades of Summer Sky #38BBDB
Tints of Summer Sky #38BBDB
RGB
CMYK
RGB Variations
Color information
#38BBDB (or 0x38BBDB) is known color: Summer Sky. HEX triplet: 38, BB and DB. RGB value is (56,187,219). Sum of RGB (Red+Green+Blue) = 56+187+219=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #38BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBDB is #C74424. Grayscale: #979797. Windows color (decimal): -13059109 or 14400312. OLE color: 14400312.
HSL color Cylindrical-coordinate representation of color #38BBDB: hue angle of 191.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BBDB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 187 | 219 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.14 |
| HSL | 191.78º | 0.69% | 0.54% | - |
| HSV(B) | 191.78º | 0.74% | 0.86% | - |
| XYZ | 32.19 | 41.5 | 73.33 | - |
| YUV | 151.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 187 | 219 | 0.74 | 0.15 | 0 | 0.14 | 191.78 | 0.69 | 0.54 |
| Hex | 38 | BB | DB | 4A | F | 0 | E | C0 | 45 | 36 |
| Octal | 70 | 273 | 333 | 112 | 17 | 0 | 16 | 300 | 105 | 66 |
| Binary | 111000 | 10111011 | 11011011 | 1001010 | 1111 | 0 | 1110 | 11000000 | 1000101 | 110110 |
Color Harmonies of #38BBDB
Complementary color
Monochromatic Colors of #38BBDB
Black with #38BBDB
Text Example
Text Example
White with #38BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BBDB; }
p { color: rgb(56,187,219); }
H1.HeaderClassName
{
color: #38BBDB;
}
.AnyTagClassName
{
color: #38BBDB;
}
</style>
background-color css
<style>
a { background-color: #38BBDB; }
a { background-color: rgb(56,187,219); }
div.DivClassName
{
background-color: #38BBDB;
}
.BgClassName
{
background-color: #38BBDB;
}
</style>
border-color css
<style>
span { border-color: #38BBDB; }
span { border-color: rgb(56,187,219); }
td.TdClassName
{
border-color: #38BBDB;
}
.TagClassName
{
border-color: #38BBDB;
}
</style>