Shades of Summer Sky #30BBDC
Tints of Summer Sky #30BBDC
RGB
CMYK
RGB Variations
Color information
#30BBDC (or 0x30BBDC) is known color: Summer Sky. HEX triplet: 30, BB and DC. RGB value is (48,187,220). Sum of RGB (Red+Green+Blue) = 48+187+220=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #30BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBDC is #CF4423. Grayscale: #949494. Windows color (decimal): -13583396 or 14465840. OLE color: 14465840.
HSL color Cylindrical-coordinate representation of color #30BBDC: hue angle of 191.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BBDC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 187 | 220 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.14 |
| HSL | 191.51º | 0.71% | 0.53% | - |
| HSV(B) | 191.51º | 0.78% | 0.86% | - |
| XYZ | 31.91 | 41.34 | 74.01 | - |
| YUV | 149.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 220 | 0.78 | 0.15 | 0 | 0.14 | 191.51 | 0.71 | 0.53 |
| Hex | 30 | BB | DC | 4E | F | 0 | E | C0 | 47 | 35 |
| Octal | 60 | 273 | 334 | 116 | 17 | 0 | 16 | 300 | 107 | 65 |
| Binary | 110000 | 10111011 | 11011100 | 1001110 | 1111 | 0 | 1110 | 11000000 | 1000111 | 110101 |
Color Harmonies of #30BBDC
Complementary color
Monochromatic Colors of #30BBDC
Black with #30BBDC
Text Example
Text Example
White with #30BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBDC; }
p { color: rgb(48,187,220); }
H1.HeaderClassName
{
color: #30BBDC;
}
.AnyTagClassName
{
color: #30BBDC;
}
</style>
background-color css
<style>
a { background-color: #30BBDC; }
a { background-color: rgb(48,187,220); }
div.DivClassName
{
background-color: #30BBDC;
}
.BgClassName
{
background-color: #30BBDC;
}
</style>
border-color css
<style>
span { border-color: #30BBDC; }
span { border-color: rgb(48,187,220); }
td.TdClassName
{
border-color: #30BBDC;
}
.TagClassName
{
border-color: #30BBDC;
}
</style>