Shades of Summer Sky #30AEDB
Tints of Summer Sky #30AEDB
RGB
CMYK
RGB Variations
Color information
#30AEDB (or 0x30AEDB) is known color: Summer Sky. HEX triplet: 30, AE and DB. RGB value is (48,174,219). Sum of RGB (Red+Green+Blue) = 48+174+219=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #30AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AEDB is #CF5124. Grayscale: #8D8D8D. Windows color (decimal): -13586725 or 14396976. OLE color: 14396976.
HSL color Cylindrical-coordinate representation of color #30AEDB: hue angle of 195.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30AEDB is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 174 | 219 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.14 |
| HSL | 195.79º | 0.7% | 0.52% | - |
| HSV(B) | 195.79º | 0.78% | 0.86% | - |
| XYZ | 29.14 | 36.01 | 72.43 | - |
| YUV | 141.46 | 171.76 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 219 | 0.78 | 0.21 | 0 | 0.14 | 195.79 | 0.7 | 0.52 |
| Hex | 30 | AE | DB | 4E | 15 | 0 | E | C4 | 46 | 34 |
| Octal | 60 | 256 | 333 | 116 | 25 | 0 | 16 | 304 | 106 | 64 |
| Binary | 110000 | 10101110 | 11011011 | 1001110 | 10101 | 0 | 1110 | 11000100 | 1000110 | 110100 |
Color Harmonies of #30AEDB
Complementary color
Monochromatic Colors of #30AEDB
Black with #30AEDB
Text Example
Text Example
White with #30AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AEDB; }
p { color: rgb(48,174,219); }
H1.HeaderClassName
{
color: #30AEDB;
}
.AnyTagClassName
{
color: #30AEDB;
}
</style>
background-color css
<style>
a { background-color: #30AEDB; }
a { background-color: rgb(48,174,219); }
div.DivClassName
{
background-color: #30AEDB;
}
.BgClassName
{
background-color: #30AEDB;
}
</style>
border-color css
<style>
span { border-color: #30AEDB; }
span { border-color: rgb(48,174,219); }
td.TdClassName
{
border-color: #30AEDB;
}
.TagClassName
{
border-color: #30AEDB;
}
</style>