Shades of Summer Sky #30B2DB
Tints of Summer Sky #30B2DB
RGB
CMYK
RGB Variations
Color information
#30B2DB (or 0x30B2DB) is known color: Summer Sky. HEX triplet: 30, B2 and DB. RGB value is (48,178,219). Sum of RGB (Red+Green+Blue) = 48+178+219=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #30B2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B2DB is #CF4D24. Grayscale: #8F8F8F. Windows color (decimal): -13585701 or 14398000. OLE color: 14398000.
HSL color Cylindrical-coordinate representation of color #30B2DB: hue angle of 194.39º 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 #30B2DB is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 178 | 219 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.14 |
| HSL | 194.39º | 0.7% | 0.52% | - |
| HSV(B) | 194.39º | 0.78% | 0.86% | - |
| XYZ | 29.93 | 37.58 | 72.69 | - |
| YUV | 143.8 | 170.43 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 219 | 0.78 | 0.19 | 0 | 0.14 | 194.39 | 0.7 | 0.52 |
| Hex | 30 | B2 | DB | 4E | 13 | 0 | E | C2 | 46 | 34 |
| Octal | 60 | 262 | 333 | 116 | 23 | 0 | 16 | 302 | 106 | 64 |
| Binary | 110000 | 10110010 | 11011011 | 1001110 | 10011 | 0 | 1110 | 11000010 | 1000110 | 110100 |
Color Harmonies of #30B2DB
Complementary color
Monochromatic Colors of #30B2DB
Black with #30B2DB
Text Example
Text Example
White with #30B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B2DB; }
p { color: rgb(48,178,219); }
H1.HeaderClassName
{
color: #30B2DB;
}
.AnyTagClassName
{
color: #30B2DB;
}
</style>
background-color css
<style>
a { background-color: #30B2DB; }
a { background-color: rgb(48,178,219); }
div.DivClassName
{
background-color: #30B2DB;
}
.BgClassName
{
background-color: #30B2DB;
}
</style>
border-color css
<style>
span { border-color: #30B2DB; }
span { border-color: rgb(48,178,219); }
td.TdClassName
{
border-color: #30B2DB;
}
.TagClassName
{
border-color: #30B2DB;
}
</style>