Shades of Summer Sky #30BEE1
Tints of Summer Sky #30BEE1
RGB
CMYK
RGB Variations
Color information
#30BEE1 (or 0x30BEE1) is known color: Summer Sky. HEX triplet: 30, BE and E1. RGB value is (48,190,225). Sum of RGB (Red+Green+Blue) = 48+190+225=463 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.37% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #30BEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEE1 is #CF411E. Grayscale: #979797. Windows color (decimal): -13582623 or 14794288. OLE color: 14794288.
HSL color Cylindrical-coordinate representation of color #30BEE1: hue angle of 191.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BEE1 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 190 | 225 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.12 |
| HSL | 191.86º | 0.75% | 0.54% | - |
| HSV(B) | 191.86º | 0.79% | 0.88% | - |
| XYZ | 33.22 | 42.89 | 77.76 | - |
| YUV | 151.53 | 169.46 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 225 | 0.79 | 0.16 | 0 | 0.12 | 191.86 | 0.75 | 0.54 |
| Hex | 30 | BE | E1 | 4F | 10 | 0 | C | C0 | 4B | 36 |
| Octal | 60 | 276 | 341 | 117 | 20 | 0 | 14 | 300 | 113 | 66 |
| Binary | 110000 | 10111110 | 11100001 | 1001111 | 10000 | 0 | 1100 | 11000000 | 1001011 | 110110 |
Color Harmonies of #30BEE1
Complementary color
Monochromatic Colors of #30BEE1
Black with #30BEE1
Text Example
Text Example
White with #30BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BEE1; }
p { color: rgb(48,190,225); }
H1.HeaderClassName
{
color: #30BEE1;
}
.AnyTagClassName
{
color: #30BEE1;
}
</style>
background-color css
<style>
a { background-color: #30BEE1; }
a { background-color: rgb(48,190,225); }
div.DivClassName
{
background-color: #30BEE1;
}
.BgClassName
{
background-color: #30BEE1;
}
</style>
border-color css
<style>
span { border-color: #30BEE1; }
span { border-color: rgb(48,190,225); }
td.TdClassName
{
border-color: #30BEE1;
}
.TagClassName
{
border-color: #30BEE1;
}
</style>