Shades of Summer Sky #30BEDC
Tints of Summer Sky #30BEDC
RGB
CMYK
RGB Variations
Color information
#30BEDC (or 0x30BEDC) is known color: Summer Sky. HEX triplet: 30, BE and DC. RGB value is (48,190,220). Sum of RGB (Red+Green+Blue) = 48+190+220=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #30BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEDC is #CF4123. Grayscale: #969696. Windows color (decimal): -13582628 or 14466608. OLE color: 14466608.
HSL color Cylindrical-coordinate representation of color #30BEDC: hue angle of 190.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BEDC is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 190 | 220 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.14 |
| HSL | 190.47º | 0.71% | 0.53% | - |
| HSV(B) | 190.47º | 0.78% | 0.86% | - |
| XYZ | 32.55 | 42.62 | 74.22 | - |
| YUV | 150.96 | 166.96 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 220 | 0.78 | 0.14 | 0 | 0.14 | 190.47 | 0.71 | 0.53 |
| Hex | 30 | BE | DC | 4E | E | 0 | E | BE | 47 | 35 |
| Octal | 60 | 276 | 334 | 116 | 16 | 0 | 16 | 276 | 107 | 65 |
| Binary | 110000 | 10111110 | 11011100 | 1001110 | 1110 | 0 | 1110 | 10111110 | 1000111 | 110101 |
Color Harmonies of #30BEDC
Complementary color
Monochromatic Colors of #30BEDC
Black with #30BEDC
Text Example
Text Example
White with #30BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BEDC; }
p { color: rgb(48,190,220); }
H1.HeaderClassName
{
color: #30BEDC;
}
.AnyTagClassName
{
color: #30BEDC;
}
</style>
background-color css
<style>
a { background-color: #30BEDC; }
a { background-color: rgb(48,190,220); }
div.DivClassName
{
background-color: #30BEDC;
}
.BgClassName
{
background-color: #30BEDC;
}
</style>
border-color css
<style>
span { border-color: #30BEDC; }
span { border-color: rgb(48,190,220); }
td.TdClassName
{
border-color: #30BEDC;
}
.TagClassName
{
border-color: #30BEDC;
}
</style>