Shades of Summer Sky #38ACE9
Tints of Summer Sky #38ACE9
RGB
CMYK
RGB Variations
Color information
#38ACE9 (or 0x38ACE9) is known color: Summer Sky. HEX triplet: 38, AC and E9. RGB value is (56,172,233). Sum of RGB (Red+Green+Blue) = 56+172+233=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #38ACE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACE9 is #C75316. Grayscale: #8F8F8F. Windows color (decimal): -13062935 or 15313976. OLE color: 15313976.
HSL color Cylindrical-coordinate representation of color #38ACE9: hue angle of 200.68º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ACE9 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 172 | 233 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.09 |
| HSL | 200.68º | 0.8% | 0.57% | - |
| HSV(B) | 200.68º | 0.76% | 0.91% | - |
| XYZ | 31.09 | 36.23 | 82.45 | - |
| YUV | 144.27 | 178.07 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 233 | 0.76 | 0.26 | 0 | 0.09 | 200.68 | 0.8 | 0.57 |
| Hex | 38 | AC | E9 | 4C | 1A | 0 | 9 | C9 | 50 | 39 |
| Octal | 70 | 254 | 351 | 114 | 32 | 0 | 11 | 311 | 120 | 71 |
| Binary | 111000 | 10101100 | 11101001 | 1001100 | 11010 | 0 | 1001 | 11001001 | 1010000 | 111001 |
Color Harmonies of #38ACE9
Complementary color
Monochromatic Colors of #38ACE9
Black with #38ACE9
Text Example
Text Example
White with #38ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ACE9; }
p { color: rgb(56,172,233); }
H1.HeaderClassName
{
color: #38ACE9;
}
.AnyTagClassName
{
color: #38ACE9;
}
</style>
background-color css
<style>
a { background-color: #38ACE9; }
a { background-color: rgb(56,172,233); }
div.DivClassName
{
background-color: #38ACE9;
}
.BgClassName
{
background-color: #38ACE9;
}
</style>
border-color css
<style>
span { border-color: #38ACE9; }
span { border-color: rgb(56,172,233); }
td.TdClassName
{
border-color: #38ACE9;
}
.TagClassName
{
border-color: #38ACE9;
}
</style>