Shades of Summer Sky #30BCDB
Tints of Summer Sky #30BCDB
RGB
CMYK
RGB Variations
Color information
#30BCDB (or 0x30BCDB) is known color: Summer Sky. HEX triplet: 30, BC and DB. RGB value is (48,188,219). Sum of RGB (Red+Green+Blue) = 48+188+219=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #30BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCDB is #CF4324. Grayscale: #959595. Windows color (decimal): -13583141 or 14400560. OLE color: 14400560.
HSL color Cylindrical-coordinate representation of color #30BCDB: hue angle of 190.88º 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 #30BCDB is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 188 | 219 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.14 |
| HSL | 190.88º | 0.7% | 0.52% | - |
| HSV(B) | 190.88º | 0.78% | 0.86% | - |
| XYZ | 31.99 | 41.71 | 73.38 | - |
| YUV | 149.67 | 167.12 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 219 | 0.78 | 0.14 | 0 | 0.14 | 190.88 | 0.7 | 0.52 |
| Hex | 30 | BC | DB | 4E | E | 0 | E | BF | 46 | 34 |
| Octal | 60 | 274 | 333 | 116 | 16 | 0 | 16 | 277 | 106 | 64 |
| Binary | 110000 | 10111100 | 11011011 | 1001110 | 1110 | 0 | 1110 | 10111111 | 1000110 | 110100 |
Color Harmonies of #30BCDB
Complementary color
Monochromatic Colors of #30BCDB
Black with #30BCDB
Text Example
Text Example
White with #30BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCDB; }
p { color: rgb(48,188,219); }
H1.HeaderClassName
{
color: #30BCDB;
}
.AnyTagClassName
{
color: #30BCDB;
}
</style>
background-color css
<style>
a { background-color: #30BCDB; }
a { background-color: rgb(48,188,219); }
div.DivClassName
{
background-color: #30BCDB;
}
.BgClassName
{
background-color: #30BCDB;
}
</style>
border-color css
<style>
span { border-color: #30BCDB; }
span { border-color: rgb(48,188,219); }
td.TdClassName
{
border-color: #30BCDB;
}
.TagClassName
{
border-color: #30BCDB;
}
</style>