Shades of Summer Sky #38AAF8
Tints of Summer Sky #38AAF8
RGB
CMYK
RGB Variations
Color information
#38AAF8 (or 0x38AAF8) is known color: Summer Sky. HEX triplet: 38, AA and F8. RGB value is (56,170,248). Sum of RGB (Red+Green+Blue) = 56+170+248=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #38AAF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAF8 is #C75507. Grayscale: #909090. Windows color (decimal): -13063432 or 16296504. OLE color: 16296504.
HSL color Cylindrical-coordinate representation of color #38AAF8: hue angle of 204.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38AAF8 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 170 | 248 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.03 |
| HSL | 204.38º | 0.93% | 0.6% | - |
| HSV(B) | 204.38º | 0.77% | 0.97% | - |
| XYZ | 32.95 | 36.37 | 94.09 | - |
| YUV | 144.81 | 186.23 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 248 | 0.77 | 0.31 | 0 | 0.03 | 204.38 | 0.93 | 0.6 |
| Hex | 38 | AA | F8 | 4D | 1F | 0 | 3 | CC | 5D | 3C |
| Octal | 70 | 252 | 370 | 115 | 37 | 0 | 3 | 314 | 135 | 74 |
| Binary | 111000 | 10101010 | 11111000 | 1001101 | 11111 | 0 | 11 | 11001100 | 1011101 | 111100 |
Color Harmonies of #38AAF8
Complementary color
Monochromatic Colors of #38AAF8
Black with #38AAF8
Text Example
Text Example
White with #38AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AAF8; }
p { color: rgb(56,170,248); }
H1.HeaderClassName
{
color: #38AAF8;
}
.AnyTagClassName
{
color: #38AAF8;
}
</style>
background-color css
<style>
a { background-color: #38AAF8; }
a { background-color: rgb(56,170,248); }
div.DivClassName
{
background-color: #38AAF8;
}
.BgClassName
{
background-color: #38AAF8;
}
</style>
border-color css
<style>
span { border-color: #38AAF8; }
span { border-color: rgb(56,170,248); }
td.TdClassName
{
border-color: #38AAF8;
}
.TagClassName
{
border-color: #38AAF8;
}
</style>