Shades of Summer Sky #30BAED
Tints of Summer Sky #30BAED
RGB
CMYK
RGB Variations
Color information
#30BAED (or 0x30BAED) is known color: Summer Sky. HEX triplet: 30, BA and ED. RGB value is (48,186,237). Sum of RGB (Red+Green+Blue) = 48+186+237=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #30BAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAED is #CF4512. Grayscale: #969696. Windows color (decimal): -13583635 or 15579696. OLE color: 15579696.
HSL color Cylindrical-coordinate representation of color #30BAED: hue angle of 196.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BAED is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 186 | 237 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.07 |
| HSL | 196.19º | 0.84% | 0.56% | - |
| HSV(B) | 196.19º | 0.8% | 0.93% | - |
| XYZ | 34.06 | 41.86 | 86.41 | - |
| YUV | 150.55 | 176.78 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 237 | 0.80 | 0.22 | 0 | 0.07 | 196.19 | 0.84 | 0.56 |
| Hex | 30 | BA | ED | 50 | 16 | 0 | 7 | C4 | 54 | 38 |
| Octal | 60 | 272 | 355 | 120 | 26 | 0 | 7 | 304 | 124 | 70 |
| Binary | 110000 | 10111010 | 11101101 | 1010000 | 10110 | 0 | 111 | 11000100 | 1010100 | 111000 |
Color Harmonies of #30BAED
Complementary color
Monochromatic Colors of #30BAED
Black with #30BAED
Text Example
Text Example
White with #30BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAED; }
p { color: rgb(48,186,237); }
H1.HeaderClassName
{
color: #30BAED;
}
.AnyTagClassName
{
color: #30BAED;
}
</style>
background-color css
<style>
a { background-color: #30BAED; }
a { background-color: rgb(48,186,237); }
div.DivClassName
{
background-color: #30BAED;
}
.BgClassName
{
background-color: #30BAED;
}
</style>
border-color css
<style>
span { border-color: #30BAED; }
span { border-color: rgb(48,186,237); }
td.TdClassName
{
border-color: #30BAED;
}
.TagClassName
{
border-color: #30BAED;
}
</style>