Shades of Summer Sky #38ADDA
Tints of Summer Sky #38ADDA
RGB
CMYK
RGB Variations
Color information
#38ADDA (or 0x38ADDA) is known color: Summer Sky. HEX triplet: 38, AD and DA. RGB value is (56,173,218). Sum of RGB (Red+Green+Blue) = 56+173+218=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #38ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADDA is #C75225. Grayscale: #8E8E8E. Windows color (decimal): -13062694 or 14331192. OLE color: 14331192.
HSL color Cylindrical-coordinate representation of color #38ADDA: hue angle of 196.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38ADDA is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 173 | 218 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.15 |
| HSL | 196.67º | 0.69% | 0.54% | - |
| HSV(B) | 196.67º | 0.74% | 0.85% | - |
| XYZ | 29.23 | 35.79 | 71.7 | - |
| YUV | 143.15 | 170.24 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 218 | 0.74 | 0.21 | 0 | 0.15 | 196.67 | 0.69 | 0.54 |
| Hex | 38 | AD | DA | 4A | 15 | 0 | F | C5 | 45 | 36 |
| Octal | 70 | 255 | 332 | 112 | 25 | 0 | 17 | 305 | 105 | 66 |
| Binary | 111000 | 10101101 | 11011010 | 1001010 | 10101 | 0 | 1111 | 11000101 | 1000101 | 110110 |
Color Harmonies of #38ADDA
Complementary color
Monochromatic Colors of #38ADDA
Black with #38ADDA
Text Example
Text Example
White with #38ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADDA; }
p { color: rgb(56,173,218); }
H1.HeaderClassName
{
color: #38ADDA;
}
.AnyTagClassName
{
color: #38ADDA;
}
</style>
background-color css
<style>
a { background-color: #38ADDA; }
a { background-color: rgb(56,173,218); }
div.DivClassName
{
background-color: #38ADDA;
}
.BgClassName
{
background-color: #38ADDA;
}
</style>
border-color css
<style>
span { border-color: #38ADDA; }
span { border-color: rgb(56,173,218); }
td.TdClassName
{
border-color: #38ADDA;
}
.TagClassName
{
border-color: #38ADDA;
}
</style>