Shades of Summer Sky #30ADE5
Tints of Summer Sky #30ADE5
RGB
CMYK
RGB Variations
Color information
#30ADE5 (or 0x30ADE5) is known color: Summer Sky. HEX triplet: 30, AD and E5. RGB value is (48,173,229). Sum of RGB (Red+Green+Blue) = 48+173+229=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #30ADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADE5 is #CF521A. Grayscale: #8D8D8D. Windows color (decimal): -13586971 or 15052080. OLE color: 15052080.
HSL color Cylindrical-coordinate representation of color #30ADE5: hue angle of 198.56º 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 #30ADE5 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 173 | 229 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.10 |
| HSL | 198.56º | 0.78% | 0.54% | - |
| HSV(B) | 198.56º | 0.79% | 0.9% | - |
| XYZ | 30.31 | 36.17 | 79.51 | - |
| YUV | 142.01 | 177.09 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 229 | 0.79 | 0.24 | 0 | 0.10 | 198.56 | 0.78 | 0.54 |
| Hex | 30 | AD | E5 | 4F | 18 | 0 | A | C7 | 4E | 36 |
| Octal | 60 | 255 | 345 | 117 | 30 | 0 | 12 | 307 | 116 | 66 |
| Binary | 110000 | 10101101 | 11100101 | 1001111 | 11000 | 0 | 1010 | 11000111 | 1001110 | 110110 |
Color Harmonies of #30ADE5
Complementary color
Monochromatic Colors of #30ADE5
Black with #30ADE5
Text Example
Text Example
White with #30ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADE5; }
p { color: rgb(48,173,229); }
H1.HeaderClassName
{
color: #30ADE5;
}
.AnyTagClassName
{
color: #30ADE5;
}
</style>
background-color css
<style>
a { background-color: #30ADE5; }
a { background-color: rgb(48,173,229); }
div.DivClassName
{
background-color: #30ADE5;
}
.BgClassName
{
background-color: #30ADE5;
}
</style>
border-color css
<style>
span { border-color: #30ADE5; }
span { border-color: rgb(48,173,229); }
td.TdClassName
{
border-color: #30ADE5;
}
.TagClassName
{
border-color: #30ADE5;
}
</style>