Shades of Summer Sky #38ABDB
Tints of Summer Sky #38ABDB
RGB
CMYK
RGB Variations
Color information
#38ABDB (or 0x38ABDB) is known color: Summer Sky. HEX triplet: 38, AB and DB. RGB value is (56,171,219). Sum of RGB (Red+Green+Blue) = 56+171+219=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #38ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABDB is #C75424. Grayscale: #8D8D8D. Windows color (decimal): -13063205 or 14396216. OLE color: 14396216.
HSL color Cylindrical-coordinate representation of color #38ABDB: hue angle of 197.67º 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 #38ABDB is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 171 | 219 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.14 |
| HSL | 197.67º | 0.69% | 0.54% | - |
| HSV(B) | 197.67º | 0.74% | 0.86% | - |
| XYZ | 28.98 | 35.08 | 72.26 | - |
| YUV | 142.09 | 171.4 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 219 | 0.74 | 0.22 | 0 | 0.14 | 197.67 | 0.69 | 0.54 |
| Hex | 38 | AB | DB | 4A | 16 | 0 | E | C6 | 45 | 36 |
| Octal | 70 | 253 | 333 | 112 | 26 | 0 | 16 | 306 | 105 | 66 |
| Binary | 111000 | 10101011 | 11011011 | 1001010 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110110 |
Color Harmonies of #38ABDB
Complementary color
Monochromatic Colors of #38ABDB
Black with #38ABDB
Text Example
Text Example
White with #38ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ABDB; }
p { color: rgb(56,171,219); }
H1.HeaderClassName
{
color: #38ABDB;
}
.AnyTagClassName
{
color: #38ABDB;
}
</style>
background-color css
<style>
a { background-color: #38ABDB; }
a { background-color: rgb(56,171,219); }
div.DivClassName
{
background-color: #38ABDB;
}
.BgClassName
{
background-color: #38ABDB;
}
</style>
border-color css
<style>
span { border-color: #38ABDB; }
span { border-color: rgb(56,171,219); }
td.TdClassName
{
border-color: #38ABDB;
}
.TagClassName
{
border-color: #38ABDB;
}
</style>