Shades of Summer Sky #38ACD0
Tints of Summer Sky #38ACD0
RGB
CMYK
RGB Variations
Color information
#38ACD0 (or 0x38ACD0) is known color: Summer Sky. HEX triplet: 38, AC and D0. RGB value is (56,172,208). Sum of RGB (Red+Green+Blue) = 56+172+208=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #38ACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACD0 is #C7532F. Grayscale: #8D8D8D. Windows color (decimal): -13062960 or 13675576. OLE color: 13675576.
HSL color Cylindrical-coordinate representation of color #38ACD0: hue angle of 194.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38ACD0 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 172 | 208 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.18 |
| HSL | 194.21º | 0.62% | 0.52% | - |
| HSV(B) | 194.21º | 0.73% | 0.82% | - |
| XYZ | 27.77 | 34.9 | 64.95 | - |
| YUV | 141.42 | 165.57 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 208 | 0.73 | 0.17 | 0 | 0.18 | 194.21 | 0.62 | 0.52 |
| Hex | 38 | AC | D0 | 49 | 11 | 0 | 12 | C2 | 3E | 34 |
| Octal | 70 | 254 | 320 | 111 | 21 | 0 | 22 | 302 | 76 | 64 |
| Binary | 111000 | 10101100 | 11010000 | 1001001 | 10001 | 0 | 10010 | 11000010 | 111110 | 110100 |
Color Harmonies of #38ACD0
Complementary color
Monochromatic Colors of #38ACD0
Black with #38ACD0
Text Example
Text Example
White with #38ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ACD0; }
p { color: rgb(56,172,208); }
H1.HeaderClassName
{
color: #38ACD0;
}
.AnyTagClassName
{
color: #38ACD0;
}
</style>
background-color css
<style>
a { background-color: #38ACD0; }
a { background-color: rgb(56,172,208); }
div.DivClassName
{
background-color: #38ACD0;
}
.BgClassName
{
background-color: #38ACD0;
}
</style>
border-color css
<style>
span { border-color: #38ACD0; }
span { border-color: rgb(56,172,208); }
td.TdClassName
{
border-color: #38ACD0;
}
.TagClassName
{
border-color: #38ACD0;
}
</style>