Shades of Summer Sky #30BCEB
Tints of Summer Sky #30BCEB
RGB
CMYK
RGB Variations
Color information
#30BCEB (or 0x30BCEB) is known color: Summer Sky. HEX triplet: 30, BC and EB. RGB value is (48,188,235). Sum of RGB (Red+Green+Blue) = 48+188+235=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #30BCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BCEB is #CF4314. Grayscale: #979797. Windows color (decimal): -13583125 or 15449136. OLE color: 15449136.
HSL color Cylindrical-coordinate representation of color #30BCEB: hue angle of 195.08º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BCEB is Cyan = 0.80, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 188 | 235 | - |
| CMYK | 0.80 | 0.2 | 0 | 0.08 |
| HSL | 195.08º | 0.82% | 0.55% | - |
| HSV(B) | 195.08º | 0.8% | 0.92% | - |
| XYZ | 34.2 | 42.59 | 85.02 | - |
| YUV | 151.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 235 | 0.80 | 0.2 | 0 | 0.08 | 195.08 | 0.82 | 0.55 |
| Hex | 30 | BC | EB | 50 | 14 | 0 | 8 | C3 | 52 | 37 |
| Octal | 60 | 274 | 353 | 120 | 24 | 0 | 10 | 303 | 122 | 67 |
| Binary | 110000 | 10111100 | 11101011 | 1010000 | 10100 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #30BCEB
Complementary color
Monochromatic Colors of #30BCEB
Black with #30BCEB
Text Example
Text Example
White with #30BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCEB; }
p { color: rgb(48,188,235); }
H1.HeaderClassName
{
color: #30BCEB;
}
.AnyTagClassName
{
color: #30BCEB;
}
</style>
background-color css
<style>
a { background-color: #30BCEB; }
a { background-color: rgb(48,188,235); }
div.DivClassName
{
background-color: #30BCEB;
}
.BgClassName
{
background-color: #30BCEB;
}
</style>
border-color css
<style>
span { border-color: #30BCEB; }
span { border-color: rgb(48,188,235); }
td.TdClassName
{
border-color: #30BCEB;
}
.TagClassName
{
border-color: #30BCEB;
}
</style>