Shades of Summer Sky #30BAD3
Tints of Summer Sky #30BAD3
RGB
CMYK
RGB Variations
Color information
#30BAD3 (or 0x30BAD3) is known color: Summer Sky. HEX triplet: 30, BA and D3. RGB value is (48,186,211). Sum of RGB (Red+Green+Blue) = 48+186+211=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #30BAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BAD3 is #CF452C. Grayscale: #939393. Windows color (decimal): -13583661 or 13875760. OLE color: 13875760.
HSL color Cylindrical-coordinate representation of color #30BAD3: hue angle of 189.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BAD3 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 186 | 211 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.17 |
| HSL | 189.2º | 0.65% | 0.51% | - |
| HSV(B) | 189.2º | 0.77% | 0.83% | - |
| XYZ | 30.54 | 40.45 | 67.83 | - |
| YUV | 147.59 | 163.78 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 211 | 0.77 | 0.12 | 0 | 0.17 | 189.2 | 0.65 | 0.51 |
| Hex | 30 | BA | D3 | 4D | C | 0 | 11 | BD | 41 | 33 |
| Octal | 60 | 272 | 323 | 115 | 14 | 0 | 21 | 275 | 101 | 63 |
| Binary | 110000 | 10111010 | 11010011 | 1001101 | 1100 | 0 | 10001 | 10111101 | 1000001 | 110011 |
Color Harmonies of #30BAD3
Complementary color
Monochromatic Colors of #30BAD3
Black with #30BAD3
Text Example
Text Example
White with #30BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAD3; }
p { color: rgb(48,186,211); }
H1.HeaderClassName
{
color: #30BAD3;
}
.AnyTagClassName
{
color: #30BAD3;
}
</style>
background-color css
<style>
a { background-color: #30BAD3; }
a { background-color: rgb(48,186,211); }
div.DivClassName
{
background-color: #30BAD3;
}
.BgClassName
{
background-color: #30BAD3;
}
</style>
border-color css
<style>
span { border-color: #30BAD3; }
span { border-color: rgb(48,186,211); }
td.TdClassName
{
border-color: #30BAD3;
}
.TagClassName
{
border-color: #30BAD3;
}
</style>