Shades of Summer Sky #30AEC5
Tints of Summer Sky #30AEC5
RGB
CMYK
RGB Variations
Color information
#30AEC5 (or 0x30AEC5) is known color: Summer Sky. HEX triplet: 30, AE and C5. RGB value is (48,174,197). Sum of RGB (Red+Green+Blue) = 48+174+197=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #30AEC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AEC5 is #CF513A. Grayscale: #8A8A8A. Windows color (decimal): -13586747 or 12955184. OLE color: 12955184.
HSL color Cylindrical-coordinate representation of color #30AEC5: hue angle of 189.26º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AEC5 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 174 | 197 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.23 |
| HSL | 189.26º | 0.61% | 0.48% | - |
| HSV(B) | 189.26º | 0.76% | 0.77% | - |
| XYZ | 26.43 | 34.93 | 58.17 | - |
| YUV | 138.95 | 160.76 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 174 | 197 | 0.76 | 0.12 | 0 | 0.23 | 189.26 | 0.61 | 0.48 |
| Hex | 30 | AE | C5 | 4C | C | 0 | 17 | BD | 3D | 30 |
| Octal | 60 | 256 | 305 | 114 | 14 | 0 | 27 | 275 | 75 | 60 |
| Binary | 110000 | 10101110 | 11000101 | 1001100 | 1100 | 0 | 10111 | 10111101 | 111101 | 110000 |
Color Harmonies of #30AEC5
Complementary color
Monochromatic Colors of #30AEC5
Black with #30AEC5
Text Example
Text Example
White with #30AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AEC5; }
p { color: rgb(48,174,197); }
H1.HeaderClassName
{
color: #30AEC5;
}
.AnyTagClassName
{
color: #30AEC5;
}
</style>
background-color css
<style>
a { background-color: #30AEC5; }
a { background-color: rgb(48,174,197); }
div.DivClassName
{
background-color: #30AEC5;
}
.BgClassName
{
background-color: #30AEC5;
}
</style>
border-color css
<style>
span { border-color: #30AEC5; }
span { border-color: rgb(48,174,197); }
td.TdClassName
{
border-color: #30AEC5;
}
.TagClassName
{
border-color: #30AEC5;
}
</style>