Shades of Summer Sky #30BBFB
Tints of Summer Sky #30BBFB
RGB
CMYK
RGB Variations
Color information
#30BBFB (or 0x30BBFB) is known color: Summer Sky. HEX triplet: 30, BB and FB. RGB value is (48,187,251). Sum of RGB (Red+Green+Blue) = 48+187+251=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #30BBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BBFB is #CF4404. Grayscale: #989898. Windows color (decimal): -13583365 or 16497456. OLE color: 16497456.
HSL color Cylindrical-coordinate representation of color #30BBFB: hue angle of 198.92º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BBFB is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 187 | 251 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.02 |
| HSL | 198.92º | 0.96% | 0.59% | - |
| HSV(B) | 198.92º | 0.81% | 0.98% | - |
| XYZ | 36.4 | 43.13 | 97.67 | - |
| YUV | 152.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 251 | 0.81 | 0.25 | 0 | 0.02 | 198.92 | 0.96 | 0.59 |
| Hex | 30 | BB | FB | 51 | 19 | 0 | 2 | C7 | 60 | 3B |
| Octal | 60 | 273 | 373 | 121 | 31 | 0 | 2 | 307 | 140 | 73 |
| Binary | 110000 | 10111011 | 11111011 | 1010001 | 11001 | 0 | 10 | 11000111 | 1100000 | 111011 |
Color Harmonies of #30BBFB
Complementary color
Monochromatic Colors of #30BBFB
Black with #30BBFB
Text Example
Text Example
White with #30BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBFB; }
p { color: rgb(48,187,251); }
H1.HeaderClassName
{
color: #30BBFB;
}
.AnyTagClassName
{
color: #30BBFB;
}
</style>
background-color css
<style>
a { background-color: #30BBFB; }
a { background-color: rgb(48,187,251); }
div.DivClassName
{
background-color: #30BBFB;
}
.BgClassName
{
background-color: #30BBFB;
}
</style>
border-color css
<style>
span { border-color: #30BBFB; }
span { border-color: rgb(48,187,251); }
td.TdClassName
{
border-color: #30BBFB;
}
.TagClassName
{
border-color: #30BBFB;
}
</style>