Shades of Summer Sky #38AACA
Tints of Summer Sky #38AACA
RGB
CMYK
RGB Variations
Color information
#38AACA (or 0x38AACA) is known color: Summer Sky. HEX triplet: 38, AA and CA. RGB value is (56,170,202). Sum of RGB (Red+Green+Blue) = 56+170+202=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #38AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AACA is #C75535. Grayscale: #8B8B8B. Windows color (decimal): -13063478 or 13281848. OLE color: 13281848.
HSL color Cylindrical-coordinate representation of color #38AACA: hue angle of 193.15º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AACA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 170 | 202 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.21 |
| HSL | 193.15º | 0.58% | 0.51% | - |
| HSV(B) | 193.15º | 0.72% | 0.79% | - |
| XYZ | 26.67 | 33.85 | 61.01 | - |
| YUV | 139.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 202 | 0.72 | 0.16 | 0 | 0.21 | 193.15 | 0.58 | 0.51 |
| Hex | 38 | AA | CA | 48 | 10 | 0 | 15 | C1 | 3A | 33 |
| Octal | 70 | 252 | 312 | 110 | 20 | 0 | 25 | 301 | 72 | 63 |
| Binary | 111000 | 10101010 | 11001010 | 1001000 | 10000 | 0 | 10101 | 11000001 | 111010 | 110011 |
Color Harmonies of #38AACA
Complementary color
Monochromatic Colors of #38AACA
Black with #38AACA
Text Example
Text Example
White with #38AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AACA; }
p { color: rgb(56,170,202); }
H1.HeaderClassName
{
color: #38AACA;
}
.AnyTagClassName
{
color: #38AACA;
}
</style>
background-color css
<style>
a { background-color: #38AACA; }
a { background-color: rgb(56,170,202); }
div.DivClassName
{
background-color: #38AACA;
}
.BgClassName
{
background-color: #38AACA;
}
</style>
border-color css
<style>
span { border-color: #38AACA; }
span { border-color: rgb(56,170,202); }
td.TdClassName
{
border-color: #38AACA;
}
.TagClassName
{
border-color: #38AACA;
}
</style>