Shades of Summer Sky #38A6C9
Tints of Summer Sky #38A6C9
RGB
CMYK
RGB Variations
Color information
#38A6C9 (or 0x38A6C9) is known color: Summer Sky. HEX triplet: 38, A6 and C9. RGB value is (56,166,201). Sum of RGB (Red+Green+Blue) = 56+166+201=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #38A6C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A6C9 is #C75936. Grayscale: #888888. Windows color (decimal): -13064503 or 13215288. OLE color: 13215288.
HSL color Cylindrical-coordinate representation of color #38A6C9: hue angle of 194.48º 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 #38A6C9 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 166 | 201 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.21 |
| HSL | 194.48º | 0.57% | 0.5% | - |
| HSV(B) | 194.48º | 0.72% | 0.79% | - |
| XYZ | 25.81 | 32.33 | 60.14 | - |
| YUV | 137.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 201 | 0.72 | 0.17 | 0 | 0.21 | 194.48 | 0.57 | 0.5 |
| Hex | 38 | A6 | C9 | 48 | 11 | 0 | 15 | C2 | 39 | 32 |
| Octal | 70 | 246 | 311 | 110 | 21 | 0 | 25 | 302 | 71 | 62 |
| Binary | 111000 | 10100110 | 11001001 | 1001000 | 10001 | 0 | 10101 | 11000010 | 111001 | 110010 |
Color Harmonies of #38A6C9
Complementary color
Monochromatic Colors of #38A6C9
Black with #38A6C9
Text Example
Text Example
White with #38A6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A6C9; }
p { color: rgb(56,166,201); }
H1.HeaderClassName
{
color: #38A6C9;
}
.AnyTagClassName
{
color: #38A6C9;
}
</style>
background-color css
<style>
a { background-color: #38A6C9; }
a { background-color: rgb(56,166,201); }
div.DivClassName
{
background-color: #38A6C9;
}
.BgClassName
{
background-color: #38A6C9;
}
</style>
border-color css
<style>
span { border-color: #38A6C9; }
span { border-color: rgb(56,166,201); }
td.TdClassName
{
border-color: #38A6C9;
}
.TagClassName
{
border-color: #38A6C9;
}
</style>