Shades of Summer Sky #38ADDB
Tints of Summer Sky #38ADDB
RGB
CMYK
RGB Variations
Color information
#38ADDB (or 0x38ADDB) is known color: Summer Sky. HEX triplet: 38, AD and DB. RGB value is (56,173,219). Sum of RGB (Red+Green+Blue) = 56+173+219=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #38ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADDB is #C75224. Grayscale: #8E8E8E. Windows color (decimal): -13062693 or 14396728. OLE color: 14396728.
HSL color Cylindrical-coordinate representation of color #38ADDB: hue angle of 196.93º 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 #38ADDB is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 173 | 219 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.14 |
| HSL | 196.93º | 0.69% | 0.54% | - |
| HSV(B) | 196.93º | 0.74% | 0.86% | - |
| XYZ | 29.36 | 35.84 | 72.39 | - |
| YUV | 143.26 | 170.74 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 219 | 0.74 | 0.21 | 0 | 0.14 | 196.93 | 0.69 | 0.54 |
| Hex | 38 | AD | DB | 4A | 15 | 0 | E | C5 | 45 | 36 |
| Octal | 70 | 255 | 333 | 112 | 25 | 0 | 16 | 305 | 105 | 66 |
| Binary | 111000 | 10101101 | 11011011 | 1001010 | 10101 | 0 | 1110 | 11000101 | 1000101 | 110110 |
Color Harmonies of #38ADDB
Complementary color
Monochromatic Colors of #38ADDB
Black with #38ADDB
Text Example
Text Example
White with #38ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADDB; }
p { color: rgb(56,173,219); }
H1.HeaderClassName
{
color: #38ADDB;
}
.AnyTagClassName
{
color: #38ADDB;
}
</style>
background-color css
<style>
a { background-color: #38ADDB; }
a { background-color: rgb(56,173,219); }
div.DivClassName
{
background-color: #38ADDB;
}
.BgClassName
{
background-color: #38ADDB;
}
</style>
border-color css
<style>
span { border-color: #38ADDB; }
span { border-color: rgb(56,173,219); }
td.TdClassName
{
border-color: #38ADDB;
}
.TagClassName
{
border-color: #38ADDB;
}
</style>