Shades of Summer Sky #30AAED
Tints of Summer Sky #30AAED
RGB
CMYK
RGB Variations
Color information
#30AAED (or 0x30AAED) is known color: Summer Sky. HEX triplet: 30, AA and ED. RGB value is (48,170,237). Sum of RGB (Red+Green+Blue) = 48+170+237=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #30AAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAED is #CF5512. Grayscale: #8C8C8C. Windows color (decimal): -13587731 or 15575600. OLE color: 15575600.
HSL color Cylindrical-coordinate representation of color #30AAED: hue angle of 201.27º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30AAED is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 170 | 237 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.07 |
| HSL | 201.27º | 0.84% | 0.56% | - |
| HSV(B) | 201.27º | 0.8% | 0.93% | - |
| XYZ | 30.88 | 35.49 | 85.34 | - |
| YUV | 141.16 | 182.08 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 237 | 0.80 | 0.28 | 0 | 0.07 | 201.27 | 0.84 | 0.56 |
| Hex | 30 | AA | ED | 50 | 1C | 0 | 7 | C9 | 54 | 38 |
| Octal | 60 | 252 | 355 | 120 | 34 | 0 | 7 | 311 | 124 | 70 |
| Binary | 110000 | 10101010 | 11101101 | 1010000 | 11100 | 0 | 111 | 11001001 | 1010100 | 111000 |
Color Harmonies of #30AAED
Complementary color
Monochromatic Colors of #30AAED
Black with #30AAED
Text Example
Text Example
White with #30AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAED; }
p { color: rgb(48,170,237); }
H1.HeaderClassName
{
color: #30AAED;
}
.AnyTagClassName
{
color: #30AAED;
}
</style>
background-color css
<style>
a { background-color: #30AAED; }
a { background-color: rgb(48,170,237); }
div.DivClassName
{
background-color: #30AAED;
}
.BgClassName
{
background-color: #30AAED;
}
</style>
border-color css
<style>
span { border-color: #30AAED; }
span { border-color: rgb(48,170,237); }
td.TdClassName
{
border-color: #30AAED;
}
.TagClassName
{
border-color: #30AAED;
}
</style>