Shades of Summer Sky #30B9DC
Tints of Summer Sky #30B9DC
RGB
CMYK
RGB Variations
Color information
#30B9DC (or 0x30B9DC) is known color: Summer Sky. HEX triplet: 30, B9 and DC. RGB value is (48,185,220). Sum of RGB (Red+Green+Blue) = 48+185+220=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #30B9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9DC is #CF4623. Grayscale: #939393. Windows color (decimal): -13583908 or 14465328. OLE color: 14465328.
HSL color Cylindrical-coordinate representation of color #30B9DC: hue angle of 192.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B9DC is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 185 | 220 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.14 |
| HSL | 192.21º | 0.71% | 0.53% | - |
| HSV(B) | 192.21º | 0.78% | 0.86% | - |
| XYZ | 31.49 | 40.49 | 73.87 | - |
| YUV | 148.03 | 168.61 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 220 | 0.78 | 0.16 | 0 | 0.14 | 192.21 | 0.71 | 0.53 |
| Hex | 30 | B9 | DC | 4E | 10 | 0 | E | C0 | 47 | 35 |
| Octal | 60 | 271 | 334 | 116 | 20 | 0 | 16 | 300 | 107 | 65 |
| Binary | 110000 | 10111001 | 11011100 | 1001110 | 10000 | 0 | 1110 | 11000000 | 1000111 | 110101 |
Color Harmonies of #30B9DC
Complementary color
Monochromatic Colors of #30B9DC
Black with #30B9DC
Text Example
Text Example
White with #30B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9DC; }
p { color: rgb(48,185,220); }
H1.HeaderClassName
{
color: #30B9DC;
}
.AnyTagClassName
{
color: #30B9DC;
}
</style>
background-color css
<style>
a { background-color: #30B9DC; }
a { background-color: rgb(48,185,220); }
div.DivClassName
{
background-color: #30B9DC;
}
.BgClassName
{
background-color: #30B9DC;
}
</style>
border-color css
<style>
span { border-color: #30B9DC; }
span { border-color: rgb(48,185,220); }
td.TdClassName
{
border-color: #30B9DC;
}
.TagClassName
{
border-color: #30B9DC;
}
</style>