Shades of Summer Sky #30C7EE
Tints of Summer Sky #30C7EE
RGB
CMYK
RGB Variations
Color information
#30C7EE (or 0x30C7EE) is known color: Summer Sky. HEX triplet: 30, C7 and EE. RGB value is (48,199,238). Sum of RGB (Red+Green+Blue) = 48+199+238=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #30C7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C7EE is #CF3811. Grayscale: #9D9D9D. Windows color (decimal): -13580306 or 15648560. OLE color: 15648560.
HSL color Cylindrical-coordinate representation of color #30C7EE: hue angle of 192.32º 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 #30C7EE is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 199 | 238 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.07 |
| HSL | 192.32º | 0.85% | 0.56% | - |
| HSV(B) | 192.32º | 0.8% | 0.93% | - |
| XYZ | 37.07 | 47.65 | 88.13 | - |
| YUV | 158.3 | 172.97 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 238 | 0.80 | 0.16 | 0 | 0.07 | 192.32 | 0.85 | 0.56 |
| Hex | 30 | C7 | EE | 50 | 10 | 0 | 7 | C0 | 55 | 38 |
| Octal | 60 | 307 | 356 | 120 | 20 | 0 | 7 | 300 | 125 | 70 |
| Binary | 110000 | 11000111 | 11101110 | 1010000 | 10000 | 0 | 111 | 11000000 | 1010101 | 111000 |
Color Harmonies of #30C7EE
Complementary color
Monochromatic Colors of #30C7EE
Black with #30C7EE
Text Example
Text Example
White with #30C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C7EE; }
p { color: rgb(48,199,238); }
H1.HeaderClassName
{
color: #30C7EE;
}
.AnyTagClassName
{
color: #30C7EE;
}
</style>
background-color css
<style>
a { background-color: #30C7EE; }
a { background-color: rgb(48,199,238); }
div.DivClassName
{
background-color: #30C7EE;
}
.BgClassName
{
background-color: #30C7EE;
}
</style>
border-color css
<style>
span { border-color: #30C7EE; }
span { border-color: rgb(48,199,238); }
td.TdClassName
{
border-color: #30C7EE;
}
.TagClassName
{
border-color: #30C7EE;
}
</style>