Shades of Summer Sky #30BCE1
Tints of Summer Sky #30BCE1
RGB
CMYK
RGB Variations
Color information
#30BCE1 (or 0x30BCE1) is known color: Summer Sky. HEX triplet: 30, BC and E1. RGB value is (48,188,225). Sum of RGB (Red+Green+Blue) = 48+188+225=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #30BCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCE1 is #CF431E. Grayscale: #969696. Windows color (decimal): -13583135 or 14793776. OLE color: 14793776.
HSL color Cylindrical-coordinate representation of color #30BCE1: hue angle of 192.54º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BCE1 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 188 | 225 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.12 |
| HSL | 192.54º | 0.75% | 0.54% | - |
| HSV(B) | 192.54º | 0.79% | 0.88% | - |
| XYZ | 32.79 | 42.03 | 77.62 | - |
| YUV | 150.36 | 170.12 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 225 | 0.79 | 0.16 | 0 | 0.12 | 192.54 | 0.75 | 0.54 |
| Hex | 30 | BC | E1 | 4F | 10 | 0 | C | C1 | 4B | 36 |
| Octal | 60 | 274 | 341 | 117 | 20 | 0 | 14 | 301 | 113 | 66 |
| Binary | 110000 | 10111100 | 11100001 | 1001111 | 10000 | 0 | 1100 | 11000001 | 1001011 | 110110 |
Color Harmonies of #30BCE1
Complementary color
Monochromatic Colors of #30BCE1
Black with #30BCE1
Text Example
Text Example
White with #30BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCE1; }
p { color: rgb(48,188,225); }
H1.HeaderClassName
{
color: #30BCE1;
}
.AnyTagClassName
{
color: #30BCE1;
}
</style>
background-color css
<style>
a { background-color: #30BCE1; }
a { background-color: rgb(48,188,225); }
div.DivClassName
{
background-color: #30BCE1;
}
.BgClassName
{
background-color: #30BCE1;
}
</style>
border-color css
<style>
span { border-color: #30BCE1; }
span { border-color: rgb(48,188,225); }
td.TdClassName
{
border-color: #30BCE1;
}
.TagClassName
{
border-color: #30BCE1;
}
</style>