Shades of Summer Sky #30BCE4
Tints of Summer Sky #30BCE4
RGB
CMYK
RGB Variations
Color information
#30BCE4 (or 0x30BCE4) is known color: Summer Sky. HEX triplet: 30, BC and E4. RGB value is (48,188,228). Sum of RGB (Red+Green+Blue) = 48+188+228=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #30BCE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCE4 is #CF431B. Grayscale: #969696. Windows color (decimal): -13583132 or 14990384. OLE color: 14990384.
HSL color Cylindrical-coordinate representation of color #30BCE4: hue angle of 193.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BCE4 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 188 | 228 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.11 |
| HSL | 193.33º | 0.77% | 0.54% | - |
| HSV(B) | 193.33º | 0.79% | 0.89% | - |
| XYZ | 33.21 | 42.2 | 79.79 | - |
| YUV | 150.7 | 171.62 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 228 | 0.79 | 0.18 | 0 | 0.11 | 193.33 | 0.77 | 0.54 |
| Hex | 30 | BC | E4 | 4F | 12 | 0 | B | C1 | 4D | 36 |
| Octal | 60 | 274 | 344 | 117 | 22 | 0 | 13 | 301 | 115 | 66 |
| Binary | 110000 | 10111100 | 11100100 | 1001111 | 10010 | 0 | 1011 | 11000001 | 1001101 | 110110 |
Color Harmonies of #30BCE4
Complementary color
Monochromatic Colors of #30BCE4
Black with #30BCE4
Text Example
Text Example
White with #30BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCE4; }
p { color: rgb(48,188,228); }
H1.HeaderClassName
{
color: #30BCE4;
}
.AnyTagClassName
{
color: #30BCE4;
}
</style>
background-color css
<style>
a { background-color: #30BCE4; }
a { background-color: rgb(48,188,228); }
div.DivClassName
{
background-color: #30BCE4;
}
.BgClassName
{
background-color: #30BCE4;
}
</style>
border-color css
<style>
span { border-color: #30BCE4; }
span { border-color: rgb(48,188,228); }
td.TdClassName
{
border-color: #30BCE4;
}
.TagClassName
{
border-color: #30BCE4;
}
</style>