Shades of Summer Sky #30B7EE
Tints of Summer Sky #30B7EE
RGB
CMYK
RGB Variations
Color information
#30B7EE (or 0x30B7EE) is known color: Summer Sky. HEX triplet: 30, B7 and EE. RGB value is (48,183,238). Sum of RGB (Red+Green+Blue) = 48+183+238=469 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.23% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #30B7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B7EE is #CF4811. Grayscale: #949494. Windows color (decimal): -13584402 or 15644464. OLE color: 15644464.
HSL color Cylindrical-coordinate representation of color #30B7EE: hue angle of 197.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30B7EE is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 183 | 238 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.07 |
| HSL | 197.37º | 0.85% | 0.56% | - |
| HSV(B) | 197.37º | 0.8% | 0.93% | - |
| XYZ | 33.59 | 40.67 | 86.97 | - |
| YUV | 148.91 | 178.27 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 238 | 0.80 | 0.23 | 0 | 0.07 | 197.37 | 0.85 | 0.56 |
| Hex | 30 | B7 | EE | 50 | 17 | 0 | 7 | C5 | 55 | 38 |
| Octal | 60 | 267 | 356 | 120 | 27 | 0 | 7 | 305 | 125 | 70 |
| Binary | 110000 | 10110111 | 11101110 | 1010000 | 10111 | 0 | 111 | 11000101 | 1010101 | 111000 |
Color Harmonies of #30B7EE
Complementary color
Monochromatic Colors of #30B7EE
Black with #30B7EE
Text Example
Text Example
White with #30B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B7EE; }
p { color: rgb(48,183,238); }
H1.HeaderClassName
{
color: #30B7EE;
}
.AnyTagClassName
{
color: #30B7EE;
}
</style>
background-color css
<style>
a { background-color: #30B7EE; }
a { background-color: rgb(48,183,238); }
div.DivClassName
{
background-color: #30B7EE;
}
.BgClassName
{
background-color: #30B7EE;
}
</style>
border-color css
<style>
span { border-color: #30B7EE; }
span { border-color: rgb(48,183,238); }
td.TdClassName
{
border-color: #30B7EE;
}
.TagClassName
{
border-color: #30B7EE;
}
</style>