Shades of Summer Sky #38ACF0
Tints of Summer Sky #38ACF0
RGB
CMYK
RGB Variations
Color information
#38ACF0 (or 0x38ACF0) is known color: Summer Sky. HEX triplet: 38, AC and F0. RGB value is (56,172,240). Sum of RGB (Red+Green+Blue) = 56+172+240=468 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.97% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #38ACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACF0 is #C7530F. Grayscale: #909090. Windows color (decimal): -13062928 or 15772728. OLE color: 15772728.
HSL color Cylindrical-coordinate representation of color #38ACF0: hue angle of 202.17º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38ACF0 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 172 | 240 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.06 |
| HSL | 202.17º | 0.86% | 0.58% | - |
| HSV(B) | 202.17º | 0.77% | 0.94% | - |
| XYZ | 32.11 | 36.64 | 87.82 | - |
| YUV | 145.07 | 181.57 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 240 | 0.77 | 0.28 | 0 | 0.06 | 202.17 | 0.86 | 0.58 |
| Hex | 38 | AC | F0 | 4D | 1C | 0 | 6 | CA | 56 | 3A |
| Octal | 70 | 254 | 360 | 115 | 34 | 0 | 6 | 312 | 126 | 72 |
| Binary | 111000 | 10101100 | 11110000 | 1001101 | 11100 | 0 | 110 | 11001010 | 1010110 | 111010 |
Color Harmonies of #38ACF0
Complementary color
Monochromatic Colors of #38ACF0
Black with #38ACF0
Text Example
Text Example
White with #38ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ACF0; }
p { color: rgb(56,172,240); }
H1.HeaderClassName
{
color: #38ACF0;
}
.AnyTagClassName
{
color: #38ACF0;
}
</style>
background-color css
<style>
a { background-color: #38ACF0; }
a { background-color: rgb(56,172,240); }
div.DivClassName
{
background-color: #38ACF0;
}
.BgClassName
{
background-color: #38ACF0;
}
</style>
border-color css
<style>
span { border-color: #38ACF0; }
span { border-color: rgb(56,172,240); }
td.TdClassName
{
border-color: #38ACF0;
}
.TagClassName
{
border-color: #38ACF0;
}
</style>