Shades of Summer Sky #30C6DB
Tints of Summer Sky #30C6DB
RGB
CMYK
RGB Variations
Color information
#30C6DB (or 0x30C6DB) is known color: Summer Sky. HEX triplet: 30, C6 and DB. RGB value is (48,198,219). Sum of RGB (Red+Green+Blue) = 48+198+219=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #30C6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C6DB is #CF3924. Grayscale: #9B9B9B. Windows color (decimal): -13580581 or 14403120. OLE color: 14403120.
HSL color Cylindrical-coordinate representation of color #30C6DB: hue angle of 187.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30C6DB is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 198 | 219 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.14 |
| HSL | 187.37º | 0.7% | 0.52% | - |
| HSV(B) | 187.37º | 0.78% | 0.86% | - |
| XYZ | 34.2 | 46.13 | 74.12 | - |
| YUV | 155.54 | 163.81 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 219 | 0.78 | 0.10 | 0 | 0.14 | 187.37 | 0.7 | 0.52 |
| Hex | 30 | C6 | DB | 4E | A | 0 | E | BB | 46 | 34 |
| Octal | 60 | 306 | 333 | 116 | 12 | 0 | 16 | 273 | 106 | 64 |
| Binary | 110000 | 11000110 | 11011011 | 1001110 | 1010 | 0 | 1110 | 10111011 | 1000110 | 110100 |
Color Harmonies of #30C6DB
Complementary color
Monochromatic Colors of #30C6DB
Black with #30C6DB
Text Example
Text Example
White with #30C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C6DB; }
p { color: rgb(48,198,219); }
H1.HeaderClassName
{
color: #30C6DB;
}
.AnyTagClassName
{
color: #30C6DB;
}
</style>
background-color css
<style>
a { background-color: #30C6DB; }
a { background-color: rgb(48,198,219); }
div.DivClassName
{
background-color: #30C6DB;
}
.BgClassName
{
background-color: #30C6DB;
}
</style>
border-color css
<style>
span { border-color: #30C6DB; }
span { border-color: rgb(48,198,219); }
td.TdClassName
{
border-color: #30C6DB;
}
.TagClassName
{
border-color: #30C6DB;
}
</style>