Shades of Summer Sky #30BCEC
Tints of Summer Sky #30BCEC
RGB
CMYK
RGB Variations
Color information
#30BCEC (or 0x30BCEC) is known color: Summer Sky. HEX triplet: 30, BC and EC. RGB value is (48,188,236). Sum of RGB (Red+Green+Blue) = 48+188+236=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #30BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BCEC is #CF4313. Grayscale: #979797. Windows color (decimal): -13583124 or 15514672. OLE color: 15514672.
HSL color Cylindrical-coordinate representation of color #30BCEC: hue angle of 195.32º 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 #30BCEC is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 188 | 236 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.07 |
| HSL | 195.32º | 0.83% | 0.56% | - |
| HSV(B) | 195.32º | 0.8% | 0.93% | - |
| XYZ | 34.34 | 42.65 | 85.78 | - |
| YUV | 151.61 | 175.62 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 236 | 0.80 | 0.20 | 0 | 0.07 | 195.32 | 0.83 | 0.56 |
| Hex | 30 | BC | EC | 50 | 14 | 0 | 7 | C3 | 53 | 38 |
| Octal | 60 | 274 | 354 | 120 | 24 | 0 | 7 | 303 | 123 | 70 |
| Binary | 110000 | 10111100 | 11101100 | 1010000 | 10100 | 0 | 111 | 11000011 | 1010011 | 111000 |
Color Harmonies of #30BCEC
Complementary color
Monochromatic Colors of #30BCEC
Black with #30BCEC
Text Example
Text Example
White with #30BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCEC; }
p { color: rgb(48,188,236); }
H1.HeaderClassName
{
color: #30BCEC;
}
.AnyTagClassName
{
color: #30BCEC;
}
</style>
background-color css
<style>
a { background-color: #30BCEC; }
a { background-color: rgb(48,188,236); }
div.DivClassName
{
background-color: #30BCEC;
}
.BgClassName
{
background-color: #30BCEC;
}
</style>
border-color css
<style>
span { border-color: #30BCEC; }
span { border-color: rgb(48,188,236); }
td.TdClassName
{
border-color: #30BCEC;
}
.TagClassName
{
border-color: #30BCEC;
}
</style>