Shades of Summer Sky #38A2C9
Tints of Summer Sky #38A2C9
RGB
CMYK
RGB Variations
Color information
#38A2C9 (or 0x38A2C9) is known color: Summer Sky. HEX triplet: 38, A2 and C9. RGB value is (56,162,201). Sum of RGB (Red+Green+Blue) = 56+162+201=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #38A2C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2C9 is #C75D36. Grayscale: #868686. Windows color (decimal): -13065527 or 13214264. OLE color: 13214264.
HSL color Cylindrical-coordinate representation of color #38A2C9: hue angle of 196.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38A2C9 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 162 | 201 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.21 |
| HSL | 196.14º | 0.57% | 0.5% | - |
| HSV(B) | 196.14º | 0.72% | 0.79% | - |
| XYZ | 25.09 | 30.9 | 59.9 | - |
| YUV | 134.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 201 | 0.72 | 0.19 | 0 | 0.21 | 196.14 | 0.57 | 0.5 |
| Hex | 38 | A2 | C9 | 48 | 13 | 0 | 15 | C4 | 39 | 32 |
| Octal | 70 | 242 | 311 | 110 | 23 | 0 | 25 | 304 | 71 | 62 |
| Binary | 111000 | 10100010 | 11001001 | 1001000 | 10011 | 0 | 10101 | 11000100 | 111001 | 110010 |
Color Harmonies of #38A2C9
Complementary color
Monochromatic Colors of #38A2C9
Black with #38A2C9
Text Example
Text Example
White with #38A2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A2C9; }
p { color: rgb(56,162,201); }
H1.HeaderClassName
{
color: #38A2C9;
}
.AnyTagClassName
{
color: #38A2C9;
}
</style>
background-color css
<style>
a { background-color: #38A2C9; }
a { background-color: rgb(56,162,201); }
div.DivClassName
{
background-color: #38A2C9;
}
.BgClassName
{
background-color: #38A2C9;
}
</style>
border-color css
<style>
span { border-color: #38A2C9; }
span { border-color: rgb(56,162,201); }
td.TdClassName
{
border-color: #38A2C9;
}
.TagClassName
{
border-color: #38A2C9;
}
</style>