Shades of Summer Sky #38A8E0
Tints of Summer Sky #38A8E0
RGB
CMYK
RGB Variations
Color information
#38A8E0 (or 0x38A8E0) is known color: Summer Sky. HEX triplet: 38, A8 and E0. RGB value is (56,168,224). Sum of RGB (Red+Green+Blue) = 56+168+224=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #38A8E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8E0 is #C7571F. Grayscale: #8C8C8C. Windows color (decimal): -13063968 or 14723128. OLE color: 14723128.
HSL color Cylindrical-coordinate representation of color #38A8E0: hue angle of 200º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38A8E0 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 168 | 224 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.12 |
| HSL | 200º | 0.73% | 0.55% | - |
| HSV(B) | 200º | 0.75% | 0.88% | - |
| XYZ | 29.09 | 34.23 | 75.59 | - |
| YUV | 140.9 | 174.89 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 224 | 0.75 | 0.25 | 0 | 0.12 | 200 | 0.73 | 0.55 |
| Hex | 38 | A8 | E0 | 4B | 19 | 0 | C | C8 | 49 | 37 |
| Octal | 70 | 250 | 340 | 113 | 31 | 0 | 14 | 310 | 111 | 67 |
| Binary | 111000 | 10101000 | 11100000 | 1001011 | 11001 | 0 | 1100 | 11001000 | 1001001 | 110111 |
Color Harmonies of #38A8E0
Complementary color
Monochromatic Colors of #38A8E0
Black with #38A8E0
Text Example
Text Example
White with #38A8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8E0; }
p { color: rgb(56,168,224); }
H1.HeaderClassName
{
color: #38A8E0;
}
.AnyTagClassName
{
color: #38A8E0;
}
</style>
background-color css
<style>
a { background-color: #38A8E0; }
a { background-color: rgb(56,168,224); }
div.DivClassName
{
background-color: #38A8E0;
}
.BgClassName
{
background-color: #38A8E0;
}
</style>
border-color css
<style>
span { border-color: #38A8E0; }
span { border-color: rgb(56,168,224); }
td.TdClassName
{
border-color: #38A8E0;
}
.TagClassName
{
border-color: #38A8E0;
}
</style>