Shades of Summer Sky #38AAF6
Tints of Summer Sky #38AAF6
RGB
CMYK
RGB Variations
Color information
#38AAF6 (or 0x38AAF6) is known color: Summer Sky. HEX triplet: 38, AA and F6. RGB value is (56,170,246). Sum of RGB (Red+Green+Blue) = 56+170+246=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #38AAF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAF6 is #C75509. Grayscale: #909090. Windows color (decimal): -13063434 or 16165432. OLE color: 16165432.
HSL color Cylindrical-coordinate representation of color #38AAF6: hue angle of 204º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38AAF6 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 170 | 246 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.04 |
| HSL | 204º | 0.91% | 0.59% | - |
| HSV(B) | 204º | 0.77% | 0.96% | - |
| XYZ | 32.64 | 36.24 | 92.46 | - |
| YUV | 144.58 | 185.23 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 246 | 0.77 | 0.31 | 0 | 0.04 | 204 | 0.91 | 0.59 |
| Hex | 38 | AA | F6 | 4D | 1F | 0 | 4 | CC | 5B | 3B |
| Octal | 70 | 252 | 366 | 115 | 37 | 0 | 4 | 314 | 133 | 73 |
| Binary | 111000 | 10101010 | 11110110 | 1001101 | 11111 | 0 | 100 | 11001100 | 1011011 | 111011 |
Color Harmonies of #38AAF6
Complementary color
Monochromatic Colors of #38AAF6
Black with #38AAF6
Text Example
Text Example
White with #38AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AAF6; }
p { color: rgb(56,170,246); }
H1.HeaderClassName
{
color: #38AAF6;
}
.AnyTagClassName
{
color: #38AAF6;
}
</style>
background-color css
<style>
a { background-color: #38AAF6; }
a { background-color: rgb(56,170,246); }
div.DivClassName
{
background-color: #38AAF6;
}
.BgClassName
{
background-color: #38AAF6;
}
</style>
border-color css
<style>
span { border-color: #38AAF6; }
span { border-color: rgb(56,170,246); }
td.TdClassName
{
border-color: #38AAF6;
}
.TagClassName
{
border-color: #38AAF6;
}
</style>