Shades of Summer Sky #38AAEB
Tints of Summer Sky #38AAEB
RGB
CMYK
RGB Variations
Color information
#38AAEB (or 0x38AAEB) is known color: Summer Sky. HEX triplet: 38, AA and EB. RGB value is (56,170,235). Sum of RGB (Red+Green+Blue) = 56+170+235=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #38AAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAEB is #C75514. Grayscale: #8E8E8E. Windows color (decimal): -13063445 or 15444536. OLE color: 15444536.
HSL color Cylindrical-coordinate representation of color #38AAEB: hue angle of 201.79º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38AAEB is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 170 | 235 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.08 |
| HSL | 201.79º | 0.82% | 0.57% | - |
| HSV(B) | 201.79º | 0.76% | 0.92% | - |
| XYZ | 31 | 35.59 | 83.83 | - |
| YUV | 143.32 | 179.73 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 235 | 0.76 | 0.28 | 0 | 0.08 | 201.79 | 0.82 | 0.57 |
| Hex | 38 | AA | EB | 4C | 1C | 0 | 8 | CA | 52 | 39 |
| Octal | 70 | 252 | 353 | 114 | 34 | 0 | 10 | 312 | 122 | 71 |
| Binary | 111000 | 10101010 | 11101011 | 1001100 | 11100 | 0 | 1000 | 11001010 | 1010010 | 111001 |
Color Harmonies of #38AAEB
Complementary color
Monochromatic Colors of #38AAEB
Black with #38AAEB
Text Example
Text Example
White with #38AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AAEB; }
p { color: rgb(56,170,235); }
H1.HeaderClassName
{
color: #38AAEB;
}
.AnyTagClassName
{
color: #38AAEB;
}
</style>
background-color css
<style>
a { background-color: #38AAEB; }
a { background-color: rgb(56,170,235); }
div.DivClassName
{
background-color: #38AAEB;
}
.BgClassName
{
background-color: #38AAEB;
}
</style>
border-color css
<style>
span { border-color: #38AAEB; }
span { border-color: rgb(56,170,235); }
td.TdClassName
{
border-color: #38AAEB;
}
.TagClassName
{
border-color: #38AAEB;
}
</style>