Shades of Summer Sky #30A8E5
Tints of Summer Sky #30A8E5
RGB
CMYK
RGB Variations
Color information
#30A8E5 (or 0x30A8E5) is known color: Summer Sky. HEX triplet: 30, A8 and E5. RGB value is (48,168,229). Sum of RGB (Red+Green+Blue) = 48+168+229=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #30A8E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A8E5 is #CF571A. Grayscale: #8A8A8A. Windows color (decimal): -13588251 or 15050800. OLE color: 15050800.
HSL color Cylindrical-coordinate representation of color #30A8E5: hue angle of 200.22º 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 #30A8E5 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 168 | 229 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.10 |
| HSL | 200.22º | 0.78% | 0.54% | - |
| HSV(B) | 200.22º | 0.79% | 0.9% | - |
| XYZ | 29.36 | 34.29 | 79.2 | - |
| YUV | 139.07 | 178.74 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 229 | 0.79 | 0.27 | 0 | 0.10 | 200.22 | 0.78 | 0.54 |
| Hex | 30 | A8 | E5 | 4F | 1B | 0 | A | C8 | 4E | 36 |
| Octal | 60 | 250 | 345 | 117 | 33 | 0 | 12 | 310 | 116 | 66 |
| Binary | 110000 | 10101000 | 11100101 | 1001111 | 11011 | 0 | 1010 | 11001000 | 1001110 | 110110 |
Color Harmonies of #30A8E5
Complementary color
Monochromatic Colors of #30A8E5
Black with #30A8E5
Text Example
Text Example
White with #30A8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A8E5; }
p { color: rgb(48,168,229); }
H1.HeaderClassName
{
color: #30A8E5;
}
.AnyTagClassName
{
color: #30A8E5;
}
</style>
background-color css
<style>
a { background-color: #30A8E5; }
a { background-color: rgb(48,168,229); }
div.DivClassName
{
background-color: #30A8E5;
}
.BgClassName
{
background-color: #30A8E5;
}
</style>
border-color css
<style>
span { border-color: #30A8E5; }
span { border-color: rgb(48,168,229); }
td.TdClassName
{
border-color: #30A8E5;
}
.TagClassName
{
border-color: #30A8E5;
}
</style>