Shades of Summer Sky #30A8DB
Tints of Summer Sky #30A8DB
RGB
CMYK
RGB Variations
Color information
#30A8DB (or 0x30A8DB) is known color: Summer Sky. HEX triplet: 30, A8 and DB. RGB value is (48,168,219). Sum of RGB (Red+Green+Blue) = 48+168+219=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #30A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A8DB is #CF5724. Grayscale: #898989. Windows color (decimal): -13588261 or 14395440. OLE color: 14395440.
HSL color Cylindrical-coordinate representation of color #30A8DB: hue angle of 197.89º 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 #30A8DB is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 168 | 219 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.14 |
| HSL | 197.89º | 0.7% | 0.52% | - |
| HSV(B) | 197.89º | 0.78% | 0.86% | - |
| XYZ | 28.01 | 33.75 | 72.06 | - |
| YUV | 137.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 219 | 0.78 | 0.23 | 0 | 0.14 | 197.89 | 0.7 | 0.52 |
| Hex | 30 | A8 | DB | 4E | 17 | 0 | E | C6 | 46 | 34 |
| Octal | 60 | 250 | 333 | 116 | 27 | 0 | 16 | 306 | 106 | 64 |
| Binary | 110000 | 10101000 | 11011011 | 1001110 | 10111 | 0 | 1110 | 11000110 | 1000110 | 110100 |
Color Harmonies of #30A8DB
Complementary color
Monochromatic Colors of #30A8DB
Black with #30A8DB
Text Example
Text Example
White with #30A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A8DB; }
p { color: rgb(48,168,219); }
H1.HeaderClassName
{
color: #30A8DB;
}
.AnyTagClassName
{
color: #30A8DB;
}
</style>
background-color css
<style>
a { background-color: #30A8DB; }
a { background-color: rgb(48,168,219); }
div.DivClassName
{
background-color: #30A8DB;
}
.BgClassName
{
background-color: #30A8DB;
}
</style>
border-color css
<style>
span { border-color: #30A8DB; }
span { border-color: rgb(48,168,219); }
td.TdClassName
{
border-color: #30A8DB;
}
.TagClassName
{
border-color: #30A8DB;
}
</style>