Shades of Summer Sky #30BBDF
Tints of Summer Sky #30BBDF
RGB
CMYK
RGB Variations
Color information
#30BBDF (or 0x30BBDF) is known color: Summer Sky. HEX triplet: 30, BB and DF. RGB value is (48,187,223). Sum of RGB (Red+Green+Blue) = 48+187+223=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #30BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBDF is #CF4420. Grayscale: #959595. Windows color (decimal): -13583393 or 14662448. OLE color: 14662448.
HSL color Cylindrical-coordinate representation of color #30BBDF: hue angle of 192.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BBDF is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 187 | 223 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.13 |
| HSL | 192.34º | 0.73% | 0.53% | - |
| HSV(B) | 192.34º | 0.78% | 0.87% | - |
| XYZ | 32.31 | 41.5 | 76.12 | - |
| YUV | 149.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 223 | 0.78 | 0.16 | 0 | 0.13 | 192.34 | 0.73 | 0.53 |
| Hex | 30 | BB | DF | 4E | 10 | 0 | D | C0 | 49 | 35 |
| Octal | 60 | 273 | 337 | 116 | 20 | 0 | 15 | 300 | 111 | 65 |
| Binary | 110000 | 10111011 | 11011111 | 1001110 | 10000 | 0 | 1101 | 11000000 | 1001001 | 110101 |
Color Harmonies of #30BBDF
Complementary color
Monochromatic Colors of #30BBDF
Black with #30BBDF
Text Example
Text Example
White with #30BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBDF; }
p { color: rgb(48,187,223); }
H1.HeaderClassName
{
color: #30BBDF;
}
.AnyTagClassName
{
color: #30BBDF;
}
</style>
background-color css
<style>
a { background-color: #30BBDF; }
a { background-color: rgb(48,187,223); }
div.DivClassName
{
background-color: #30BBDF;
}
.BgClassName
{
background-color: #30BBDF;
}
</style>
border-color css
<style>
span { border-color: #30BBDF; }
span { border-color: rgb(48,187,223); }
td.TdClassName
{
border-color: #30BBDF;
}
.TagClassName
{
border-color: #30BBDF;
}
</style>