Shades of Summer Sky #30B8FB
Tints of Summer Sky #30B8FB
RGB
CMYK
RGB Variations
Color information
#30B8FB (or 0x30B8FB) is known color: Summer Sky. HEX triplet: 30, B8 and FB. RGB value is (48,184,251). Sum of RGB (Red+Green+Blue) = 48+184+251=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #30B8FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B8FB is #CF4704. Grayscale: #969696. Windows color (decimal): -13584133 or 16496688. OLE color: 16496688.
HSL color Cylindrical-coordinate representation of color #30B8FB: hue angle of 199.8º 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 #30B8FB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 184 | 251 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.02 |
| HSL | 199.8º | 0.96% | 0.59% | - |
| HSV(B) | 199.8º | 0.81% | 0.98% | - |
| XYZ | 35.77 | 41.87 | 97.46 | - |
| YUV | 150.97 | 184.44 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 251 | 0.81 | 0.27 | 0 | 0.02 | 199.8 | 0.96 | 0.59 |
| Hex | 30 | B8 | FB | 51 | 1B | 0 | 2 | C8 | 60 | 3B |
| Octal | 60 | 270 | 373 | 121 | 33 | 0 | 2 | 310 | 140 | 73 |
| Binary | 110000 | 10111000 | 11111011 | 1010001 | 11011 | 0 | 10 | 11001000 | 1100000 | 111011 |
Color Harmonies of #30B8FB
Complementary color
Monochromatic Colors of #30B8FB
Black with #30B8FB
Text Example
Text Example
White with #30B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B8FB; }
p { color: rgb(48,184,251); }
H1.HeaderClassName
{
color: #30B8FB;
}
.AnyTagClassName
{
color: #30B8FB;
}
</style>
background-color css
<style>
a { background-color: #30B8FB; }
a { background-color: rgb(48,184,251); }
div.DivClassName
{
background-color: #30B8FB;
}
.BgClassName
{
background-color: #30B8FB;
}
</style>
border-color css
<style>
span { border-color: #30B8FB; }
span { border-color: rgb(48,184,251); }
td.TdClassName
{
border-color: #30B8FB;
}
.TagClassName
{
border-color: #30B8FB;
}
</style>