Shades of Summer Sky #30BACC
Tints of Summer Sky #30BACC
RGB
CMYK
RGB Variations
Color information
#30BACC (or 0x30BACC) is known color: Summer Sky. HEX triplet: 30, BA and CC. RGB value is (48,186,204). Sum of RGB (Red+Green+Blue) = 48+186+204=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #30BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BACC is #CF4533. Grayscale: #929292. Windows color (decimal): -13583668 or 13417008. OLE color: 13417008.
HSL color Cylindrical-coordinate representation of color #30BACC: hue angle of 186.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BACC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 186 | 204 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.2 |
| HSL | 186.92º | 0.62% | 0.49% | - |
| HSV(B) | 186.92º | 0.76% | 0.8% | - |
| XYZ | 29.68 | 40.11 | 63.3 | - |
| YUV | 146.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 204 | 0.76 | 0.09 | 0 | 0.2 | 186.92 | 0.62 | 0.49 |
| Hex | 30 | BA | CC | 4C | 9 | 0 | 14 | BB | 3E | 31 |
| Octal | 60 | 272 | 314 | 114 | 11 | 0 | 24 | 273 | 76 | 61 |
| Binary | 110000 | 10111010 | 11001100 | 1001100 | 1001 | 0 | 10100 | 10111011 | 111110 | 110001 |
Color Harmonies of #30BACC
Complementary color
Monochromatic Colors of #30BACC
Black with #30BACC
Text Example
Text Example
White with #30BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BACC; }
p { color: rgb(48,186,204); }
H1.HeaderClassName
{
color: #30BACC;
}
.AnyTagClassName
{
color: #30BACC;
}
</style>
background-color css
<style>
a { background-color: #30BACC; }
a { background-color: rgb(48,186,204); }
div.DivClassName
{
background-color: #30BACC;
}
.BgClassName
{
background-color: #30BACC;
}
</style>
border-color css
<style>
span { border-color: #30BACC; }
span { border-color: rgb(48,186,204); }
td.TdClassName
{
border-color: #30BACC;
}
.TagClassName
{
border-color: #30BACC;
}
</style>