Shades of Summer Sky #30BDE6
Tints of Summer Sky #30BDE6
RGB
CMYK
RGB Variations
Color information
#30BDE6 (or 0x30BDE6) is known color: Summer Sky. HEX triplet: 30, BD and E6. RGB value is (48,189,230). Sum of RGB (Red+Green+Blue) = 48+189+230=467 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.28% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #30BDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BDE6 is #CF4219. Grayscale: #979797. Windows color (decimal): -13582874 or 15121712. OLE color: 15121712.
HSL color Cylindrical-coordinate representation of color #30BDE6: hue angle of 193.52º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BDE6 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 189 | 230 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.10 |
| HSL | 193.52º | 0.78% | 0.55% | - |
| HSV(B) | 193.52º | 0.79% | 0.9% | - |
| XYZ | 33.7 | 42.74 | 81.34 | - |
| YUV | 151.52 | 172.29 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 230 | 0.79 | 0.18 | 0 | 0.10 | 193.52 | 0.78 | 0.55 |
| Hex | 30 | BD | E6 | 4F | 12 | 0 | A | C2 | 4E | 37 |
| Octal | 60 | 275 | 346 | 117 | 22 | 0 | 12 | 302 | 116 | 67 |
| Binary | 110000 | 10111101 | 11100110 | 1001111 | 10010 | 0 | 1010 | 11000010 | 1001110 | 110111 |
Color Harmonies of #30BDE6
Complementary color
Monochromatic Colors of #30BDE6
Black with #30BDE6
Text Example
Text Example
White with #30BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDE6; }
p { color: rgb(48,189,230); }
H1.HeaderClassName
{
color: #30BDE6;
}
.AnyTagClassName
{
color: #30BDE6;
}
</style>
background-color css
<style>
a { background-color: #30BDE6; }
a { background-color: rgb(48,189,230); }
div.DivClassName
{
background-color: #30BDE6;
}
.BgClassName
{
background-color: #30BDE6;
}
</style>
border-color css
<style>
span { border-color: #30BDE6; }
span { border-color: rgb(48,189,230); }
td.TdClassName
{
border-color: #30BDE6;
}
.TagClassName
{
border-color: #30BDE6;
}
</style>