Shades of Summer Sky #30B7F7
Tints of Summer Sky #30B7F7
RGB
CMYK
RGB Variations
Color information
#30B7F7 (or 0x30B7F7) is known color: Summer Sky. HEX triplet: 30, B7 and F7. RGB value is (48,183,247). Sum of RGB (Red+Green+Blue) = 48+183+247=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #30B7F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B7F7 is #CF4808. Grayscale: #959595. Windows color (decimal): -13584393 or 16234288. OLE color: 16234288.
HSL color Cylindrical-coordinate representation of color #30B7F7: hue angle of 199.3º 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 #30B7F7 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 183 | 247 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.03 |
| HSL | 199.3º | 0.93% | 0.58% | - |
| HSV(B) | 199.3º | 0.81% | 0.97% | - |
| XYZ | 34.94 | 41.21 | 94.11 | - |
| YUV | 149.93 | 182.77 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 247 | 0.81 | 0.26 | 0 | 0.03 | 199.3 | 0.93 | 0.58 |
| Hex | 30 | B7 | F7 | 51 | 1A | 0 | 3 | C7 | 5D | 3A |
| Octal | 60 | 267 | 367 | 121 | 32 | 0 | 3 | 307 | 135 | 72 |
| Binary | 110000 | 10110111 | 11110111 | 1010001 | 11010 | 0 | 11 | 11000111 | 1011101 | 111010 |
Color Harmonies of #30B7F7
Complementary color
Monochromatic Colors of #30B7F7
Black with #30B7F7
Text Example
Text Example
White with #30B7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B7F7; }
p { color: rgb(48,183,247); }
H1.HeaderClassName
{
color: #30B7F7;
}
.AnyTagClassName
{
color: #30B7F7;
}
</style>
background-color css
<style>
a { background-color: #30B7F7; }
a { background-color: rgb(48,183,247); }
div.DivClassName
{
background-color: #30B7F7;
}
.BgClassName
{
background-color: #30B7F7;
}
</style>
border-color css
<style>
span { border-color: #30B7F7; }
span { border-color: rgb(48,183,247); }
td.TdClassName
{
border-color: #30B7F7;
}
.TagClassName
{
border-color: #30B7F7;
}
</style>