Shades of Summer Sky #30BAE1
Tints of Summer Sky #30BAE1
RGB
CMYK
RGB Variations
Color information
#30BAE1 (or 0x30BAE1) is known color: Summer Sky. HEX triplet: 30, BA and E1. RGB value is (48,186,225). Sum of RGB (Red+Green+Blue) = 48+186+225=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #30BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BAE1 is #CF451E. Grayscale: #949494. Windows color (decimal): -13583647 or 14793264. OLE color: 14793264.
HSL color Cylindrical-coordinate representation of color #30BAE1: hue angle of 193.22º 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 #30BAE1 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 186 | 225 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.12 |
| HSL | 193.22º | 0.75% | 0.54% | - |
| HSV(B) | 193.22º | 0.79% | 0.88% | - |
| XYZ | 32.37 | 41.18 | 77.48 | - |
| YUV | 149.18 | 170.78 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 225 | 0.79 | 0.17 | 0 | 0.12 | 193.22 | 0.75 | 0.54 |
| Hex | 30 | BA | E1 | 4F | 11 | 0 | C | C1 | 4B | 36 |
| Octal | 60 | 272 | 341 | 117 | 21 | 0 | 14 | 301 | 113 | 66 |
| Binary | 110000 | 10111010 | 11100001 | 1001111 | 10001 | 0 | 1100 | 11000001 | 1001011 | 110110 |
Color Harmonies of #30BAE1
Complementary color
Monochromatic Colors of #30BAE1
Black with #30BAE1
Text Example
Text Example
White with #30BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAE1; }
p { color: rgb(48,186,225); }
H1.HeaderClassName
{
color: #30BAE1;
}
.AnyTagClassName
{
color: #30BAE1;
}
</style>
background-color css
<style>
a { background-color: #30BAE1; }
a { background-color: rgb(48,186,225); }
div.DivClassName
{
background-color: #30BAE1;
}
.BgClassName
{
background-color: #30BAE1;
}
</style>
border-color css
<style>
span { border-color: #30BAE1; }
span { border-color: rgb(48,186,225); }
td.TdClassName
{
border-color: #30BAE1;
}
.TagClassName
{
border-color: #30BAE1;
}
</style>