Shades of Summer Sky #30BBDB
Tints of Summer Sky #30BBDB
RGB
CMYK
RGB Variations
Color information
#30BBDB (or 0x30BBDB) is known color: Summer Sky. HEX triplet: 30, BB and DB. RGB value is (48,187,219). Sum of RGB (Red+Green+Blue) = 48+187+219=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #30BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBDB is #CF4424. Grayscale: #949494. Windows color (decimal): -13583397 or 14400304. OLE color: 14400304.
HSL color Cylindrical-coordinate representation of color #30BBDB: hue angle of 191.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BBDB is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 187 | 219 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.14 |
| HSL | 191.23º | 0.7% | 0.52% | - |
| HSV(B) | 191.23º | 0.78% | 0.86% | - |
| XYZ | 31.78 | 41.28 | 73.31 | - |
| YUV | 149.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 219 | 0.78 | 0.15 | 0 | 0.14 | 191.23 | 0.7 | 0.52 |
| Hex | 30 | BB | DB | 4E | F | 0 | E | BF | 46 | 34 |
| Octal | 60 | 273 | 333 | 116 | 17 | 0 | 16 | 277 | 106 | 64 |
| Binary | 110000 | 10111011 | 11011011 | 1001110 | 1111 | 0 | 1110 | 10111111 | 1000110 | 110100 |
Color Harmonies of #30BBDB
Complementary color
Monochromatic Colors of #30BBDB
Black with #30BBDB
Text Example
Text Example
White with #30BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBDB; }
p { color: rgb(48,187,219); }
H1.HeaderClassName
{
color: #30BBDB;
}
.AnyTagClassName
{
color: #30BBDB;
}
</style>
background-color css
<style>
a { background-color: #30BBDB; }
a { background-color: rgb(48,187,219); }
div.DivClassName
{
background-color: #30BBDB;
}
.BgClassName
{
background-color: #30BBDB;
}
</style>
border-color css
<style>
span { border-color: #30BBDB; }
span { border-color: rgb(48,187,219); }
td.TdClassName
{
border-color: #30BBDB;
}
.TagClassName
{
border-color: #30BBDB;
}
</style>