Shades of Summer Sky #38A8F7
Tints of Summer Sky #38A8F7
RGB
CMYK
RGB Variations
Color information
#38A8F7 (or 0x38A8F7) is known color: Summer Sky. HEX triplet: 38, A8 and F7. RGB value is (56,168,247). Sum of RGB (Red+Green+Blue) = 56+168+247=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #38A8F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A8F7 is #C75708. Grayscale: #8F8F8F. Windows color (decimal): -13063945 or 16230456. OLE color: 16230456.
HSL color Cylindrical-coordinate representation of color #38A8F7: hue angle of 204.82º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38A8F7 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 168 | 247 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.03 |
| HSL | 204.82º | 0.92% | 0.59% | - |
| HSV(B) | 204.82º | 0.77% | 0.97% | - |
| XYZ | 32.42 | 35.56 | 93.15 | - |
| YUV | 143.52 | 186.39 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 247 | 0.77 | 0.32 | 0 | 0.03 | 204.82 | 0.92 | 0.59 |
| Hex | 38 | A8 | F7 | 4D | 20 | 0 | 3 | CD | 5C | 3B |
| Octal | 70 | 250 | 367 | 115 | 40 | 0 | 3 | 315 | 134 | 73 |
| Binary | 111000 | 10101000 | 11110111 | 1001101 | 100000 | 0 | 11 | 11001101 | 1011100 | 111011 |
Color Harmonies of #38A8F7
Complementary color
Monochromatic Colors of #38A8F7
Black with #38A8F7
Text Example
Text Example
White with #38A8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8F7; }
p { color: rgb(56,168,247); }
H1.HeaderClassName
{
color: #38A8F7;
}
.AnyTagClassName
{
color: #38A8F7;
}
</style>
background-color css
<style>
a { background-color: #38A8F7; }
a { background-color: rgb(56,168,247); }
div.DivClassName
{
background-color: #38A8F7;
}
.BgClassName
{
background-color: #38A8F7;
}
</style>
border-color css
<style>
span { border-color: #38A8F7; }
span { border-color: rgb(56,168,247); }
td.TdClassName
{
border-color: #38A8F7;
}
.TagClassName
{
border-color: #38A8F7;
}
</style>