Shades of Summer Sky #30C7EC
Tints of Summer Sky #30C7EC
RGB
CMYK
RGB Variations
Color information
#30C7EC (or 0x30C7EC) is known color: Summer Sky. HEX triplet: 30, C7 and EC. RGB value is (48,199,236). Sum of RGB (Red+Green+Blue) = 48+199+236=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #30C7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C7EC is #CF3813. Grayscale: #9D9D9D. Windows color (decimal): -13580308 or 15517488. OLE color: 15517488.
HSL color Cylindrical-coordinate representation of color #30C7EC: hue angle of 191.81º degrees, saturation: 0.83, 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 #30C7EC is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 199 | 236 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.07 |
| HSL | 191.81º | 0.83% | 0.56% | - |
| HSV(B) | 191.81º | 0.8% | 0.93% | - |
| XYZ | 36.78 | 47.53 | 86.59 | - |
| YUV | 158.07 | 171.97 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 236 | 0.80 | 0.16 | 0 | 0.07 | 191.81 | 0.83 | 0.56 |
| Hex | 30 | C7 | EC | 50 | 10 | 0 | 7 | C0 | 53 | 38 |
| Octal | 60 | 307 | 354 | 120 | 20 | 0 | 7 | 300 | 123 | 70 |
| Binary | 110000 | 11000111 | 11101100 | 1010000 | 10000 | 0 | 111 | 11000000 | 1010011 | 111000 |
Color Harmonies of #30C7EC
Complementary color
Monochromatic Colors of #30C7EC
Black with #30C7EC
Text Example
Text Example
White with #30C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C7EC; }
p { color: rgb(48,199,236); }
H1.HeaderClassName
{
color: #30C7EC;
}
.AnyTagClassName
{
color: #30C7EC;
}
</style>
background-color css
<style>
a { background-color: #30C7EC; }
a { background-color: rgb(48,199,236); }
div.DivClassName
{
background-color: #30C7EC;
}
.BgClassName
{
background-color: #30C7EC;
}
</style>
border-color css
<style>
span { border-color: #30C7EC; }
span { border-color: rgb(48,199,236); }
td.TdClassName
{
border-color: #30C7EC;
}
.TagClassName
{
border-color: #30C7EC;
}
</style>