Shades of Summer Sky #30BEE4
Tints of Summer Sky #30BEE4
RGB
CMYK
RGB Variations
Color information
#30BEE4 (or 0x30BEE4) is known color: Summer Sky. HEX triplet: 30, BE and E4. RGB value is (48,190,228). Sum of RGB (Red+Green+Blue) = 48+190+228=466 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.30% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #30BEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEE4 is #CF411B. Grayscale: #979797. Windows color (decimal): -13582620 or 14990896. OLE color: 14990896.
HSL color Cylindrical-coordinate representation of color #30BEE4: hue angle of 192.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BEE4 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 190 | 228 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.11 |
| HSL | 192.67º | 0.77% | 0.54% | - |
| HSV(B) | 192.67º | 0.79% | 0.89% | - |
| XYZ | 33.64 | 43.06 | 79.94 | - |
| YUV | 151.87 | 170.96 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 228 | 0.79 | 0.17 | 0 | 0.11 | 192.67 | 0.77 | 0.54 |
| Hex | 30 | BE | E4 | 4F | 11 | 0 | B | C1 | 4D | 36 |
| Octal | 60 | 276 | 344 | 117 | 21 | 0 | 13 | 301 | 115 | 66 |
| Binary | 110000 | 10111110 | 11100100 | 1001111 | 10001 | 0 | 1011 | 11000001 | 1001101 | 110110 |
Color Harmonies of #30BEE4
Complementary color
Monochromatic Colors of #30BEE4
Black with #30BEE4
Text Example
Text Example
White with #30BEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BEE4; }
p { color: rgb(48,190,228); }
H1.HeaderClassName
{
color: #30BEE4;
}
.AnyTagClassName
{
color: #30BEE4;
}
</style>
background-color css
<style>
a { background-color: #30BEE4; }
a { background-color: rgb(48,190,228); }
div.DivClassName
{
background-color: #30BEE4;
}
.BgClassName
{
background-color: #30BEE4;
}
</style>
border-color css
<style>
span { border-color: #30BEE4; }
span { border-color: rgb(48,190,228); }
td.TdClassName
{
border-color: #30BEE4;
}
.TagClassName
{
border-color: #30BEE4;
}
</style>