Shades of Summer Sky #30BDE5
Tints of Summer Sky #30BDE5
RGB
CMYK
RGB Variations
Color information
#30BDE5 (or 0x30BDE5) is known color: Summer Sky. HEX triplet: 30, BD and E5. RGB value is (48,189,229). Sum of RGB (Red+Green+Blue) = 48+189+229=466 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.30% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #30BDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDE5 is #CF421A. Grayscale: #979797. Windows color (decimal): -13582875 or 15056176. OLE color: 15056176.
HSL color Cylindrical-coordinate representation of color #30BDE5: hue angle of 193.26º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BDE5 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 189 | 229 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.10 |
| HSL | 193.26º | 0.78% | 0.54% | - |
| HSV(B) | 193.26º | 0.79% | 0.9% | - |
| XYZ | 33.56 | 42.68 | 80.6 | - |
| YUV | 151.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 229 | 0.79 | 0.17 | 0 | 0.10 | 193.26 | 0.78 | 0.54 |
| Hex | 30 | BD | E5 | 4F | 11 | 0 | A | C1 | 4E | 36 |
| Octal | 60 | 275 | 345 | 117 | 21 | 0 | 12 | 301 | 116 | 66 |
| Binary | 110000 | 10111101 | 11100101 | 1001111 | 10001 | 0 | 1010 | 11000001 | 1001110 | 110110 |
Color Harmonies of #30BDE5
Complementary color
Monochromatic Colors of #30BDE5
Black with #30BDE5
Text Example
Text Example
White with #30BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDE5; }
p { color: rgb(48,189,229); }
H1.HeaderClassName
{
color: #30BDE5;
}
.AnyTagClassName
{
color: #30BDE5;
}
</style>
background-color css
<style>
a { background-color: #30BDE5; }
a { background-color: rgb(48,189,229); }
div.DivClassName
{
background-color: #30BDE5;
}
.BgClassName
{
background-color: #30BDE5;
}
</style>
border-color css
<style>
span { border-color: #30BDE5; }
span { border-color: rgb(48,189,229); }
td.TdClassName
{
border-color: #30BDE5;
}
.TagClassName
{
border-color: #30BDE5;
}
</style>