Shades of Summer Sky #30BCE0
Tints of Summer Sky #30BCE0
RGB
CMYK
RGB Variations
Color information
#30BCE0 (or 0x30BCE0) is known color: Summer Sky. HEX triplet: 30, BC and E0. RGB value is (48,188,224). Sum of RGB (Red+Green+Blue) = 48+188+224=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #30BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCE0 is #CF431F. Grayscale: #959595. Windows color (decimal): -13583136 or 14728240. OLE color: 14728240.
HSL color Cylindrical-coordinate representation of color #30BCE0: hue angle of 192.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BCE0 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 188 | 224 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.12 |
| HSL | 192.27º | 0.74% | 0.53% | - |
| HSV(B) | 192.27º | 0.79% | 0.88% | - |
| XYZ | 32.66 | 41.98 | 76.9 | - |
| YUV | 150.24 | 169.62 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 224 | 0.79 | 0.16 | 0 | 0.12 | 192.27 | 0.74 | 0.53 |
| Hex | 30 | BC | E0 | 4F | 10 | 0 | C | C0 | 4A | 35 |
| Octal | 60 | 274 | 340 | 117 | 20 | 0 | 14 | 300 | 112 | 65 |
| Binary | 110000 | 10111100 | 11100000 | 1001111 | 10000 | 0 | 1100 | 11000000 | 1001010 | 110101 |
Color Harmonies of #30BCE0
Complementary color
Monochromatic Colors of #30BCE0
Black with #30BCE0
Text Example
Text Example
White with #30BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCE0; }
p { color: rgb(48,188,224); }
H1.HeaderClassName
{
color: #30BCE0;
}
.AnyTagClassName
{
color: #30BCE0;
}
</style>
background-color css
<style>
a { background-color: #30BCE0; }
a { background-color: rgb(48,188,224); }
div.DivClassName
{
background-color: #30BCE0;
}
.BgClassName
{
background-color: #30BCE0;
}
</style>
border-color css
<style>
span { border-color: #30BCE0; }
span { border-color: rgb(48,188,224); }
td.TdClassName
{
border-color: #30BCE0;
}
.TagClassName
{
border-color: #30BCE0;
}
</style>