Shades of Summer Sky #30BFDB
Tints of Summer Sky #30BFDB
RGB
CMYK
RGB Variations
Color information
#30BFDB (or 0x30BFDB) is known color: Summer Sky. HEX triplet: 30, BF and DB. RGB value is (48,191,219). Sum of RGB (Red+Green+Blue) = 48+191+219=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #30BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFDB is #CF4024. Grayscale: #979797. Windows color (decimal): -13582373 or 14401328. OLE color: 14401328.
HSL color Cylindrical-coordinate representation of color #30BFDB: hue angle of 189.82º 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 #30BFDB is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 191 | 219 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.14 |
| HSL | 189.82º | 0.7% | 0.52% | - |
| HSV(B) | 189.82º | 0.78% | 0.86% | - |
| XYZ | 32.64 | 43 | 73.6 | - |
| YUV | 151.44 | 166.12 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 219 | 0.78 | 0.13 | 0 | 0.14 | 189.82 | 0.7 | 0.52 |
| Hex | 30 | BF | DB | 4E | D | 0 | E | BE | 46 | 34 |
| Octal | 60 | 277 | 333 | 116 | 15 | 0 | 16 | 276 | 106 | 64 |
| Binary | 110000 | 10111111 | 11011011 | 1001110 | 1101 | 0 | 1110 | 10111110 | 1000110 | 110100 |
Color Harmonies of #30BFDB
Complementary color
Monochromatic Colors of #30BFDB
Black with #30BFDB
Text Example
Text Example
White with #30BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BFDB; }
p { color: rgb(48,191,219); }
H1.HeaderClassName
{
color: #30BFDB;
}
.AnyTagClassName
{
color: #30BFDB;
}
</style>
background-color css
<style>
a { background-color: #30BFDB; }
a { background-color: rgb(48,191,219); }
div.DivClassName
{
background-color: #30BFDB;
}
.BgClassName
{
background-color: #30BFDB;
}
</style>
border-color css
<style>
span { border-color: #30BFDB; }
span { border-color: rgb(48,191,219); }
td.TdClassName
{
border-color: #30BFDB;
}
.TagClassName
{
border-color: #30BFDB;
}
</style>