Shades of Summer Sky #30B6D9
Tints of Summer Sky #30B6D9
RGB
CMYK
RGB Variations
Color information
#30B6D9 (or 0x30B6D9) is known color: Summer Sky. HEX triplet: 30, B6 and D9. RGB value is (48,182,217). Sum of RGB (Red+Green+Blue) = 48+182+217=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #30B6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B6D9 is #CF4926. Grayscale: #919191. Windows color (decimal): -13584679 or 14267952. OLE color: 14267952.
HSL color Cylindrical-coordinate representation of color #30B6D9: hue angle of 192.43º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B6D9 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 182 | 217 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.15 |
| HSL | 192.43º | 0.69% | 0.52% | - |
| HSV(B) | 192.43º | 0.78% | 0.85% | - |
| XYZ | 30.47 | 39.09 | 71.59 | - |
| YUV | 145.92 | 168.11 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 217 | 0.78 | 0.16 | 0 | 0.15 | 192.43 | 0.69 | 0.52 |
| Hex | 30 | B6 | D9 | 4E | 10 | 0 | F | C0 | 45 | 34 |
| Octal | 60 | 266 | 331 | 116 | 20 | 0 | 17 | 300 | 105 | 64 |
| Binary | 110000 | 10110110 | 11011001 | 1001110 | 10000 | 0 | 1111 | 11000000 | 1000101 | 110100 |
Color Harmonies of #30B6D9
Complementary color
Monochromatic Colors of #30B6D9
Black with #30B6D9
Text Example
Text Example
White with #30B6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B6D9; }
p { color: rgb(48,182,217); }
H1.HeaderClassName
{
color: #30B6D9;
}
.AnyTagClassName
{
color: #30B6D9;
}
</style>
background-color css
<style>
a { background-color: #30B6D9; }
a { background-color: rgb(48,182,217); }
div.DivClassName
{
background-color: #30B6D9;
}
.BgClassName
{
background-color: #30B6D9;
}
</style>
border-color css
<style>
span { border-color: #30B6D9; }
span { border-color: rgb(48,182,217); }
td.TdClassName
{
border-color: #30B6D9;
}
.TagClassName
{
border-color: #30B6D9;
}
</style>