Shades of Summer Sky #38AADB
Tints of Summer Sky #38AADB
RGB
CMYK
RGB Variations
Color information
#38AADB (or 0x38AADB) is known color: Summer Sky. HEX triplet: 38, AA and DB. RGB value is (56,170,219). Sum of RGB (Red+Green+Blue) = 56+170+219=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #38AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AADB is #C75524. Grayscale: #8D8D8D. Windows color (decimal): -13063461 or 14395960. OLE color: 14395960.
HSL color Cylindrical-coordinate representation of color #38AADB: hue angle of 198.04º 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 #38AADB is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 170 | 219 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.14 |
| HSL | 198.04º | 0.69% | 0.54% | - |
| HSV(B) | 198.04º | 0.74% | 0.86% | - |
| XYZ | 28.79 | 34.7 | 72.2 | - |
| YUV | 141.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 219 | 0.74 | 0.22 | 0 | 0.14 | 198.04 | 0.69 | 0.54 |
| Hex | 38 | AA | DB | 4A | 16 | 0 | E | C6 | 45 | 36 |
| Octal | 70 | 252 | 333 | 112 | 26 | 0 | 16 | 306 | 105 | 66 |
| Binary | 111000 | 10101010 | 11011011 | 1001010 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110110 |
Color Harmonies of #38AADB
Complementary color
Monochromatic Colors of #38AADB
Black with #38AADB
Text Example
Text Example
White with #38AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AADB; }
p { color: rgb(56,170,219); }
H1.HeaderClassName
{
color: #38AADB;
}
.AnyTagClassName
{
color: #38AADB;
}
</style>
background-color css
<style>
a { background-color: #38AADB; }
a { background-color: rgb(56,170,219); }
div.DivClassName
{
background-color: #38AADB;
}
.BgClassName
{
background-color: #38AADB;
}
</style>
border-color css
<style>
span { border-color: #38AADB; }
span { border-color: rgb(56,170,219); }
td.TdClassName
{
border-color: #38AADB;
}
.TagClassName
{
border-color: #38AADB;
}
</style>