Shades of Summer Sky #30BCCC
Tints of Summer Sky #30BCCC
RGB
CMYK
RGB Variations
Color information
#30BCCC (or 0x30BCCC) is known color: Summer Sky. HEX triplet: 30, BC and CC. RGB value is (48,188,204). Sum of RGB (Red+Green+Blue) = 48+188+204=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #30BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCCC is #CF4333. Grayscale: #939393. Windows color (decimal): -13583156 or 13417520. OLE color: 13417520.
HSL color Cylindrical-coordinate representation of color #30BCCC: hue angle of 186.15º 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 #30BCCC is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 188 | 204 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.2 |
| HSL | 186.15º | 0.62% | 0.49% | - |
| HSV(B) | 186.15º | 0.76% | 0.8% | - |
| XYZ | 30.1 | 40.95 | 63.45 | - |
| YUV | 147.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 204 | 0.76 | 0.08 | 0 | 0.2 | 186.15 | 0.62 | 0.49 |
| Hex | 30 | BC | CC | 4C | 8 | 0 | 14 | BA | 3E | 31 |
| Octal | 60 | 274 | 314 | 114 | 10 | 0 | 24 | 272 | 76 | 61 |
| Binary | 110000 | 10111100 | 11001100 | 1001100 | 1000 | 0 | 10100 | 10111010 | 111110 | 110001 |
Color Harmonies of #30BCCC
Complementary color
Monochromatic Colors of #30BCCC
Black with #30BCCC
Text Example
Text Example
White with #30BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCCC; }
p { color: rgb(48,188,204); }
H1.HeaderClassName
{
color: #30BCCC;
}
.AnyTagClassName
{
color: #30BCCC;
}
</style>
background-color css
<style>
a { background-color: #30BCCC; }
a { background-color: rgb(48,188,204); }
div.DivClassName
{
background-color: #30BCCC;
}
.BgClassName
{
background-color: #30BCCC;
}
</style>
border-color css
<style>
span { border-color: #30BCCC; }
span { border-color: rgb(48,188,204); }
td.TdClassName
{
border-color: #30BCCC;
}
.TagClassName
{
border-color: #30BCCC;
}
</style>