Shades of Summer Sky #30A0E5
Tints of Summer Sky #30A0E5
RGB
CMYK
RGB Variations
Color information
#30A0E5 (or 0x30A0E5) is known color: Summer Sky. HEX triplet: 30, A0 and E5. RGB value is (48,160,229). Sum of RGB (Red+Green+Blue) = 48+160+229=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #30A0E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A0E5 is #CF5F1A. Grayscale: #858585. Windows color (decimal): -13590299 or 15048752. OLE color: 15048752.
HSL color Cylindrical-coordinate representation of color #30A0E5: hue angle of 202.87º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30A0E5 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 160 | 229 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.10 |
| HSL | 202.87º | 0.78% | 0.54% | - |
| HSV(B) | 202.87º | 0.79% | 0.9% | - |
| XYZ | 27.93 | 31.43 | 78.72 | - |
| YUV | 134.38 | 181.39 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 229 | 0.79 | 0.30 | 0 | 0.10 | 202.87 | 0.78 | 0.54 |
| Hex | 30 | A0 | E5 | 4F | 1E | 0 | A | CB | 4E | 36 |
| Octal | 60 | 240 | 345 | 117 | 36 | 0 | 12 | 313 | 116 | 66 |
| Binary | 110000 | 10100000 | 11100101 | 1001111 | 11110 | 0 | 1010 | 11001011 | 1001110 | 110110 |
Color Harmonies of #30A0E5
Complementary color
Monochromatic Colors of #30A0E5
Black with #30A0E5
Text Example
Text Example
White with #30A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A0E5; }
p { color: rgb(48,160,229); }
H1.HeaderClassName
{
color: #30A0E5;
}
.AnyTagClassName
{
color: #30A0E5;
}
</style>
background-color css
<style>
a { background-color: #30A0E5; }
a { background-color: rgb(48,160,229); }
div.DivClassName
{
background-color: #30A0E5;
}
.BgClassName
{
background-color: #30A0E5;
}
</style>
border-color css
<style>
span { border-color: #30A0E5; }
span { border-color: rgb(48,160,229); }
td.TdClassName
{
border-color: #30A0E5;
}
.TagClassName
{
border-color: #30A0E5;
}
</style>