Shades of Summer Sky #38ADE4
Tints of Summer Sky #38ADE4
RGB
CMYK
RGB Variations
Color information
#38ADE4 (or 0x38ADE4) is known color: Summer Sky. HEX triplet: 38, AD and E4. RGB value is (56,173,228). Sum of RGB (Red+Green+Blue) = 56+173+228=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #38ADE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADE4 is #C7521B. Grayscale: #8F8F8F. Windows color (decimal): -13062684 or 14986552. OLE color: 14986552.
HSL color Cylindrical-coordinate representation of color #38ADE4: hue angle of 199.19º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38ADE4 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 173 | 228 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.11 |
| HSL | 199.19º | 0.76% | 0.56% | - |
| HSV(B) | 199.19º | 0.75% | 0.89% | - |
| XYZ | 30.58 | 36.33 | 78.8 | - |
| YUV | 144.29 | 175.24 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 228 | 0.75 | 0.24 | 0 | 0.11 | 199.19 | 0.76 | 0.56 |
| Hex | 38 | AD | E4 | 4B | 18 | 0 | B | C7 | 4C | 38 |
| Octal | 70 | 255 | 344 | 113 | 30 | 0 | 13 | 307 | 114 | 70 |
| Binary | 111000 | 10101101 | 11100100 | 1001011 | 11000 | 0 | 1011 | 11000111 | 1001100 | 111000 |
Color Harmonies of #38ADE4
Complementary color
Monochromatic Colors of #38ADE4
Black with #38ADE4
Text Example
Text Example
White with #38ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADE4; }
p { color: rgb(56,173,228); }
H1.HeaderClassName
{
color: #38ADE4;
}
.AnyTagClassName
{
color: #38ADE4;
}
</style>
background-color css
<style>
a { background-color: #38ADE4; }
a { background-color: rgb(56,173,228); }
div.DivClassName
{
background-color: #38ADE4;
}
.BgClassName
{
background-color: #38ADE4;
}
</style>
border-color css
<style>
span { border-color: #38ADE4; }
span { border-color: rgb(56,173,228); }
td.TdClassName
{
border-color: #38ADE4;
}
.TagClassName
{
border-color: #38ADE4;
}
</style>