Shades of Summer Sky #30BEDA
Tints of Summer Sky #30BEDA
RGB
CMYK
RGB Variations
Color information
#30BEDA (or 0x30BEDA) is known color: Summer Sky. HEX triplet: 30, BE and DA. RGB value is (48,190,218). Sum of RGB (Red+Green+Blue) = 48+190+218=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #30BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEDA is #CF4125. Grayscale: #969696. Windows color (decimal): -13582630 or 14335536. OLE color: 14335536.
HSL color Cylindrical-coordinate representation of color #30BEDA: hue angle of 189.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BEDA is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 190 | 218 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.15 |
| HSL | 189.88º | 0.7% | 0.52% | - |
| HSV(B) | 189.88º | 0.78% | 0.85% | - |
| XYZ | 32.29 | 42.52 | 72.83 | - |
| YUV | 150.73 | 165.96 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 218 | 0.78 | 0.13 | 0 | 0.15 | 189.88 | 0.7 | 0.52 |
| Hex | 30 | BE | DA | 4E | D | 0 | F | BE | 46 | 34 |
| Octal | 60 | 276 | 332 | 116 | 15 | 0 | 17 | 276 | 106 | 64 |
| Binary | 110000 | 10111110 | 11011010 | 1001110 | 1101 | 0 | 1111 | 10111110 | 1000110 | 110100 |
Color Harmonies of #30BEDA
Complementary color
Monochromatic Colors of #30BEDA
Black with #30BEDA
Text Example
Text Example
White with #30BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BEDA; }
p { color: rgb(48,190,218); }
H1.HeaderClassName
{
color: #30BEDA;
}
.AnyTagClassName
{
color: #30BEDA;
}
</style>
background-color css
<style>
a { background-color: #30BEDA; }
a { background-color: rgb(48,190,218); }
div.DivClassName
{
background-color: #30BEDA;
}
.BgClassName
{
background-color: #30BEDA;
}
</style>
border-color css
<style>
span { border-color: #30BEDA; }
span { border-color: rgb(48,190,218); }
td.TdClassName
{
border-color: #30BEDA;
}
.TagClassName
{
border-color: #30BEDA;
}
</style>