Shades of Summer Sky #30AACA
Tints of Summer Sky #30AACA
RGB
CMYK
RGB Variations
Color information
#30AACA (or 0x30AACA) is known color: Summer Sky. HEX triplet: 30, AA and CA. RGB value is (48,170,202). Sum of RGB (Red+Green+Blue) = 48+170+202=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #30AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AACA is #CF5535. Grayscale: #888888. Windows color (decimal): -13587766 or 13281840. OLE color: 13281840.
HSL color Cylindrical-coordinate representation of color #30AACA: hue angle of 192.47º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AACA is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 170 | 202 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.21 |
| HSL | 192.47º | 0.62% | 0.49% | - |
| HSV(B) | 192.47º | 0.76% | 0.79% | - |
| XYZ | 26.25 | 33.64 | 60.99 | - |
| YUV | 137.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 202 | 0.76 | 0.16 | 0 | 0.21 | 192.47 | 0.62 | 0.49 |
| Hex | 30 | AA | CA | 4C | 10 | 0 | 15 | C0 | 3E | 31 |
| Octal | 60 | 252 | 312 | 114 | 20 | 0 | 25 | 300 | 76 | 61 |
| Binary | 110000 | 10101010 | 11001010 | 1001100 | 10000 | 0 | 10101 | 11000000 | 111110 | 110001 |
Color Harmonies of #30AACA
Complementary color
Monochromatic Colors of #30AACA
Black with #30AACA
Text Example
Text Example
White with #30AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AACA; }
p { color: rgb(48,170,202); }
H1.HeaderClassName
{
color: #30AACA;
}
.AnyTagClassName
{
color: #30AACA;
}
</style>
background-color css
<style>
a { background-color: #30AACA; }
a { background-color: rgb(48,170,202); }
div.DivClassName
{
background-color: #30AACA;
}
.BgClassName
{
background-color: #30AACA;
}
</style>
border-color css
<style>
span { border-color: #30AACA; }
span { border-color: rgb(48,170,202); }
td.TdClassName
{
border-color: #30AACA;
}
.TagClassName
{
border-color: #30AACA;
}
</style>