Shades of Summer Sky #30AAEC
Tints of Summer Sky #30AAEC
RGB
CMYK
RGB Variations
Color information
#30AAEC (or 0x30AAEC) is known color: Summer Sky. HEX triplet: 30, AA and EC. RGB value is (48,170,236). Sum of RGB (Red+Green+Blue) = 48+170+236=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #30AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAEC is #CF5513. Grayscale: #8C8C8C. Windows color (decimal): -13587732 or 15510064. OLE color: 15510064.
HSL color Cylindrical-coordinate representation of color #30AAEC: hue angle of 201.06º degrees, saturation: 0.83, 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 #30AAEC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 170 | 236 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.07 |
| HSL | 201.06º | 0.83% | 0.56% | - |
| HSV(B) | 201.06º | 0.8% | 0.93% | - |
| XYZ | 30.73 | 35.43 | 84.58 | - |
| YUV | 141.05 | 181.58 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 236 | 0.80 | 0.28 | 0 | 0.07 | 201.06 | 0.83 | 0.56 |
| Hex | 30 | AA | EC | 50 | 1C | 0 | 7 | C9 | 53 | 38 |
| Octal | 60 | 252 | 354 | 120 | 34 | 0 | 7 | 311 | 123 | 70 |
| Binary | 110000 | 10101010 | 11101100 | 1010000 | 11100 | 0 | 111 | 11001001 | 1010011 | 111000 |
Color Harmonies of #30AAEC
Complementary color
Monochromatic Colors of #30AAEC
Black with #30AAEC
Text Example
Text Example
White with #30AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAEC; }
p { color: rgb(48,170,236); }
H1.HeaderClassName
{
color: #30AAEC;
}
.AnyTagClassName
{
color: #30AAEC;
}
</style>
background-color css
<style>
a { background-color: #30AAEC; }
a { background-color: rgb(48,170,236); }
div.DivClassName
{
background-color: #30AAEC;
}
.BgClassName
{
background-color: #30AAEC;
}
</style>
border-color css
<style>
span { border-color: #30AAEC; }
span { border-color: rgb(48,170,236); }
td.TdClassName
{
border-color: #30AAEC;
}
.TagClassName
{
border-color: #30AAEC;
}
</style>