Shades of Summer Sky #30BBF0
Tints of Summer Sky #30BBF0
RGB
CMYK
RGB Variations
Color information
#30BBF0 (or 0x30BBF0) is known color: Summer Sky. HEX triplet: 30, BB and F0. RGB value is (48,187,240). Sum of RGB (Red+Green+Blue) = 48+187+240=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #30BBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BBF0 is #CF440F. Grayscale: #979797. Windows color (decimal): -13583376 or 15776560. OLE color: 15776560.
HSL color Cylindrical-coordinate representation of color #30BBF0: hue angle of 196.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BBF0 is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 187 | 240 | - |
| CMYK | 0.8 | 0.22 | 0 | 0.06 |
| HSL | 196.56º | 0.86% | 0.56% | - |
| HSV(B) | 196.56º | 0.8% | 0.94% | - |
| XYZ | 34.72 | 42.46 | 88.8 | - |
| YUV | 151.48 | 177.95 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 240 | 0.8 | 0.22 | 0 | 0.06 | 196.56 | 0.86 | 0.56 |
| Hex | 30 | BB | F0 | 50 | 16 | 0 | 6 | C5 | 56 | 38 |
| Octal | 60 | 273 | 360 | 120 | 26 | 0 | 6 | 305 | 126 | 70 |
| Binary | 110000 | 10111011 | 11110000 | 1010000 | 10110 | 0 | 110 | 11000101 | 1010110 | 111000 |
Color Harmonies of #30BBF0
Complementary color
Monochromatic Colors of #30BBF0
Black with #30BBF0
Text Example
Text Example
White with #30BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBF0; }
p { color: rgb(48,187,240); }
H1.HeaderClassName
{
color: #30BBF0;
}
.AnyTagClassName
{
color: #30BBF0;
}
</style>
background-color css
<style>
a { background-color: #30BBF0; }
a { background-color: rgb(48,187,240); }
div.DivClassName
{
background-color: #30BBF0;
}
.BgClassName
{
background-color: #30BBF0;
}
</style>
border-color css
<style>
span { border-color: #30BBF0; }
span { border-color: rgb(48,187,240); }
td.TdClassName
{
border-color: #30BBF0;
}
.TagClassName
{
border-color: #30BBF0;
}
</style>