Shades of Summer Sky #38ADEC
Tints of Summer Sky #38ADEC
RGB
CMYK
RGB Variations
Color information
#38ADEC (or 0x38ADEC) is known color: Summer Sky. HEX triplet: 38, AD and EC. RGB value is (56,173,236). Sum of RGB (Red+Green+Blue) = 56+173+236=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #38ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ADEC is #C75213. Grayscale: #909090. Windows color (decimal): -13062676 or 15510840. OLE color: 15510840.
HSL color Cylindrical-coordinate representation of color #38ADEC: hue angle of 201º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ADEC is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 173 | 236 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.07 |
| HSL | 201º | 0.83% | 0.57% | - |
| HSV(B) | 201º | 0.76% | 0.93% | - |
| XYZ | 31.71 | 36.78 | 84.79 | - |
| YUV | 145.2 | 179.24 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 236 | 0.76 | 0.27 | 0 | 0.07 | 201 | 0.83 | 0.57 |
| Hex | 38 | AD | EC | 4C | 1B | 0 | 7 | C9 | 53 | 39 |
| Octal | 70 | 255 | 354 | 114 | 33 | 0 | 7 | 311 | 123 | 71 |
| Binary | 111000 | 10101101 | 11101100 | 1001100 | 11011 | 0 | 111 | 11001001 | 1010011 | 111001 |
Color Harmonies of #38ADEC
Complementary color
Monochromatic Colors of #38ADEC
Black with #38ADEC
Text Example
Text Example
White with #38ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADEC; }
p { color: rgb(56,173,236); }
H1.HeaderClassName
{
color: #38ADEC;
}
.AnyTagClassName
{
color: #38ADEC;
}
</style>
background-color css
<style>
a { background-color: #38ADEC; }
a { background-color: rgb(56,173,236); }
div.DivClassName
{
background-color: #38ADEC;
}
.BgClassName
{
background-color: #38ADEC;
}
</style>
border-color css
<style>
span { border-color: #38ADEC; }
span { border-color: rgb(56,173,236); }
td.TdClassName
{
border-color: #38ADEC;
}
.TagClassName
{
border-color: #38ADEC;
}
</style>