Shades of Summer Sky #30C2E5
Tints of Summer Sky #30C2E5
RGB
CMYK
RGB Variations
Color information
#30C2E5 (or 0x30C2E5) is known color: Summer Sky. HEX triplet: 30, C2 and E5. RGB value is (48,194,229). Sum of RGB (Red+Green+Blue) = 48+194+229=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #30C2E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C2E5 is #CF3D1A. Grayscale: #9A9A9A. Windows color (decimal): -13581595 or 15057456. OLE color: 15057456.
HSL color Cylindrical-coordinate representation of color #30C2E5: hue angle of 191.6º 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 #30C2E5 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 194 | 229 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.10 |
| HSL | 191.6º | 0.78% | 0.54% | - |
| HSV(B) | 191.6º | 0.79% | 0.9% | - |
| XYZ | 34.65 | 44.87 | 80.96 | - |
| YUV | 154.34 | 170.13 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 229 | 0.79 | 0.15 | 0 | 0.10 | 191.6 | 0.78 | 0.54 |
| Hex | 30 | C2 | E5 | 4F | F | 0 | A | C0 | 4E | 36 |
| Octal | 60 | 302 | 345 | 117 | 17 | 0 | 12 | 300 | 116 | 66 |
| Binary | 110000 | 11000010 | 11100101 | 1001111 | 1111 | 0 | 1010 | 11000000 | 1001110 | 110110 |
Color Harmonies of #30C2E5
Complementary color
Monochromatic Colors of #30C2E5
Black with #30C2E5
Text Example
Text Example
White with #30C2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2E5; }
p { color: rgb(48,194,229); }
H1.HeaderClassName
{
color: #30C2E5;
}
.AnyTagClassName
{
color: #30C2E5;
}
</style>
background-color css
<style>
a { background-color: #30C2E5; }
a { background-color: rgb(48,194,229); }
div.DivClassName
{
background-color: #30C2E5;
}
.BgClassName
{
background-color: #30C2E5;
}
</style>
border-color css
<style>
span { border-color: #30C2E5; }
span { border-color: rgb(48,194,229); }
td.TdClassName
{
border-color: #30C2E5;
}
.TagClassName
{
border-color: #30C2E5;
}
</style>