Shades of Summer Sky #38A1CC
Tints of Summer Sky #38A1CC
RGB
CMYK
RGB Variations
Color information
#38A1CC (or 0x38A1CC) is known color: Summer Sky. HEX triplet: 38, A1 and CC. RGB value is (56,161,204). Sum of RGB (Red+Green+Blue) = 56+161+204=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #38A1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A1CC is #C75E33. Grayscale: #868686. Windows color (decimal): -13065780 or 13410616. OLE color: 13410616.
HSL color Cylindrical-coordinate representation of color #38A1CC: hue angle of 197.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38A1CC is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 161 | 204 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.2 |
| HSL | 197.43º | 0.59% | 0.51% | - |
| HSV(B) | 197.43º | 0.73% | 0.8% | - |
| XYZ | 25.27 | 30.69 | 61.72 | - |
| YUV | 134.51 | 167.21 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 204 | 0.73 | 0.21 | 0 | 0.2 | 197.43 | 0.59 | 0.51 |
| Hex | 38 | A1 | CC | 49 | 15 | 0 | 14 | C5 | 3B | 33 |
| Octal | 70 | 241 | 314 | 111 | 25 | 0 | 24 | 305 | 73 | 63 |
| Binary | 111000 | 10100001 | 11001100 | 1001001 | 10101 | 0 | 10100 | 11000101 | 111011 | 110011 |
Color Harmonies of #38A1CC
Complementary color
Monochromatic Colors of #38A1CC
Black with #38A1CC
Text Example
Text Example
White with #38A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A1CC; }
p { color: rgb(56,161,204); }
H1.HeaderClassName
{
color: #38A1CC;
}
.AnyTagClassName
{
color: #38A1CC;
}
</style>
background-color css
<style>
a { background-color: #38A1CC; }
a { background-color: rgb(56,161,204); }
div.DivClassName
{
background-color: #38A1CC;
}
.BgClassName
{
background-color: #38A1CC;
}
</style>
border-color css
<style>
span { border-color: #38A1CC; }
span { border-color: rgb(56,161,204); }
td.TdClassName
{
border-color: #38A1CC;
}
.TagClassName
{
border-color: #38A1CC;
}
</style>