Shades of Summer Sky #30A0EE
Tints of Summer Sky #30A0EE
RGB
CMYK
RGB Variations
Color information
#30A0EE (or 0x30A0EE) is known color: Summer Sky. HEX triplet: 30, A0 and EE. RGB value is (48,160,238). Sum of RGB (Red+Green+Blue) = 48+160+238=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #30A0EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A0EE is #CF5F11. Grayscale: #868686. Windows color (decimal): -13590290 or 15638576. OLE color: 15638576.
HSL color Cylindrical-coordinate representation of color #30A0EE: hue angle of 204.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A0EE is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 160 | 238 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.07 |
| HSL | 204.63º | 0.85% | 0.56% | - |
| HSV(B) | 204.63º | 0.8% | 0.93% | - |
| XYZ | 29.22 | 31.94 | 85.51 | - |
| YUV | 135.4 | 185.89 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 238 | 0.80 | 0.33 | 0 | 0.07 | 204.63 | 0.85 | 0.56 |
| Hex | 30 | A0 | EE | 50 | 21 | 0 | 7 | CD | 55 | 38 |
| Octal | 60 | 240 | 356 | 120 | 41 | 0 | 7 | 315 | 125 | 70 |
| Binary | 110000 | 10100000 | 11101110 | 1010000 | 100001 | 0 | 111 | 11001101 | 1010101 | 111000 |
Color Harmonies of #30A0EE
Complementary color
Monochromatic Colors of #30A0EE
Black with #30A0EE
Text Example
Text Example
White with #30A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A0EE; }
p { color: rgb(48,160,238); }
H1.HeaderClassName
{
color: #30A0EE;
}
.AnyTagClassName
{
color: #30A0EE;
}
</style>
background-color css
<style>
a { background-color: #30A0EE; }
a { background-color: rgb(48,160,238); }
div.DivClassName
{
background-color: #30A0EE;
}
.BgClassName
{
background-color: #30A0EE;
}
</style>
border-color css
<style>
span { border-color: #30A0EE; }
span { border-color: rgb(48,160,238); }
td.TdClassName
{
border-color: #30A0EE;
}
.TagClassName
{
border-color: #30A0EE;
}
</style>