Shades of Summer Sky #30C0EB
Tints of Summer Sky #30C0EB
RGB
CMYK
RGB Variations
Color information
#30C0EB (or 0x30C0EB) is known color: Summer Sky. HEX triplet: 30, C0 and EB. RGB value is (48,192,235). Sum of RGB (Red+Green+Blue) = 48+192+235=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #30C0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C0EB is #CF3F14. Grayscale: #999999. Windows color (decimal): -13582101 or 15450160. OLE color: 15450160.
HSL color Cylindrical-coordinate representation of color #30C0EB: hue angle of 193.8º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30C0EB is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 192 | 235 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.08 |
| HSL | 193.8º | 0.82% | 0.55% | - |
| HSV(B) | 193.8º | 0.8% | 0.92% | - |
| XYZ | 35.06 | 44.33 | 85.3 | - |
| YUV | 153.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 235 | 0.80 | 0.18 | 0 | 0.08 | 193.8 | 0.82 | 0.55 |
| Hex | 30 | C0 | EB | 50 | 12 | 0 | 8 | C2 | 52 | 37 |
| Octal | 60 | 300 | 353 | 120 | 22 | 0 | 10 | 302 | 122 | 67 |
| Binary | 110000 | 11000000 | 11101011 | 1010000 | 10010 | 0 | 1000 | 11000010 | 1010010 | 110111 |
Color Harmonies of #30C0EB
Complementary color
Monochromatic Colors of #30C0EB
Black with #30C0EB
Text Example
Text Example
White with #30C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0EB; }
p { color: rgb(48,192,235); }
H1.HeaderClassName
{
color: #30C0EB;
}
.AnyTagClassName
{
color: #30C0EB;
}
</style>
background-color css
<style>
a { background-color: #30C0EB; }
a { background-color: rgb(48,192,235); }
div.DivClassName
{
background-color: #30C0EB;
}
.BgClassName
{
background-color: #30C0EB;
}
</style>
border-color css
<style>
span { border-color: #30C0EB; }
span { border-color: rgb(48,192,235); }
td.TdClassName
{
border-color: #30C0EB;
}
.TagClassName
{
border-color: #30C0EB;
}
</style>