Shades of Summer Sky #30B8F7
Tints of Summer Sky #30B8F7
RGB
CMYK
RGB Variations
Color information
#30B8F7 (or 0x30B8F7) is known color: Summer Sky. HEX triplet: 30, B8 and F7. RGB value is (48,184,247). Sum of RGB (Red+Green+Blue) = 48+184+247=479 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.02% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #30B8F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B8F7 is #CF4708. Grayscale: #969696. Windows color (decimal): -13584137 or 16234544. OLE color: 16234544.
HSL color Cylindrical-coordinate representation of color #30B8F7: hue angle of 198.99º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30B8F7 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 184 | 247 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.03 |
| HSL | 199º | 0.93% | 0.58% | - |
| HSV(B) | 199º | 0.81% | 0.97% | - |
| XYZ | 35.15 | 41.62 | 94.18 | - |
| YUV | 150.52 | 182.44 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 247 | 0.81 | 0.26 | 0 | 0.03 | 199 | 0.93 | 0.58 |
| Hex | 30 | B8 | F7 | 51 | 1A | 0 | 3 | C7 | 5D | 3A |
| Octal | 60 | 270 | 367 | 121 | 32 | 0 | 3 | 307 | 135 | 72 |
| Binary | 110000 | 10111000 | 11110111 | 1010001 | 11010 | 0 | 11 | 11000111 | 1011101 | 111010 |
Color Harmonies of #30B8F7
Complementary color
Monochromatic Colors of #30B8F7
Black with #30B8F7
Text Example
Text Example
White with #30B8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B8F7; }
p { color: rgb(48,184,247); }
H1.HeaderClassName
{
color: #30B8F7;
}
.AnyTagClassName
{
color: #30B8F7;
}
</style>
background-color css
<style>
a { background-color: #30B8F7; }
a { background-color: rgb(48,184,247); }
div.DivClassName
{
background-color: #30B8F7;
}
.BgClassName
{
background-color: #30B8F7;
}
</style>
border-color css
<style>
span { border-color: #30B8F7; }
span { border-color: rgb(48,184,247); }
td.TdClassName
{
border-color: #30B8F7;
}
.TagClassName
{
border-color: #30B8F7;
}
</style>