Shades of Summer Sky #30BCCD
Tints of Summer Sky #30BCCD
RGB
CMYK
RGB Variations
Color information
#30BCCD (or 0x30BCCD) is known color: Summer Sky. HEX triplet: 30, BC and CD. RGB value is (48,188,205). Sum of RGB (Red+Green+Blue) = 48+188+205=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #30BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCCD is #CF4332. Grayscale: #939393. Windows color (decimal): -13583155 or 13483056. OLE color: 13483056.
HSL color Cylindrical-coordinate representation of color #30BCCD: hue angle of 186.5º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BCCD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 188 | 205 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.20 |
| HSL | 186.5º | 0.62% | 0.5% | - |
| HSV(B) | 186.5º | 0.77% | 0.8% | - |
| XYZ | 30.22 | 41 | 64.08 | - |
| YUV | 148.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 205 | 0.77 | 0.08 | 0 | 0.20 | 186.5 | 0.62 | 0.5 |
| Hex | 30 | BC | CD | 4D | 8 | 0 | 14 | BA | 3E | 32 |
| Octal | 60 | 274 | 315 | 115 | 10 | 0 | 24 | 272 | 76 | 62 |
| Binary | 110000 | 10111100 | 11001101 | 1001101 | 1000 | 0 | 10100 | 10111010 | 111110 | 110010 |
Color Harmonies of #30BCCD
Complementary color
Monochromatic Colors of #30BCCD
Black with #30BCCD
Text Example
Text Example
White with #30BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCCD; }
p { color: rgb(48,188,205); }
H1.HeaderClassName
{
color: #30BCCD;
}
.AnyTagClassName
{
color: #30BCCD;
}
</style>
background-color css
<style>
a { background-color: #30BCCD; }
a { background-color: rgb(48,188,205); }
div.DivClassName
{
background-color: #30BCCD;
}
.BgClassName
{
background-color: #30BCCD;
}
</style>
border-color css
<style>
span { border-color: #30BCCD; }
span { border-color: rgb(48,188,205); }
td.TdClassName
{
border-color: #30BCCD;
}
.TagClassName
{
border-color: #30BCCD;
}
</style>