Shades of Summer Sky #30AAD5
Tints of Summer Sky #30AAD5
RGB
CMYK
RGB Variations
Color information
#30AAD5 (or 0x30AAD5) is known color: Summer Sky. HEX triplet: 30, AA and D5. RGB value is (48,170,213). Sum of RGB (Red+Green+Blue) = 48+170+213=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #30AAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AAD5 is #CF552A. Grayscale: #8A8A8A. Windows color (decimal): -13587755 or 14002736. OLE color: 14002736.
HSL color Cylindrical-coordinate representation of color #30AAD5: hue angle of 195.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30AAD5 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 170 | 213 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.16 |
| HSL | 195.64º | 0.66% | 0.51% | - |
| HSV(B) | 195.64º | 0.77% | 0.84% | - |
| XYZ | 27.6 | 34.18 | 68.09 | - |
| YUV | 138.42 | 170.08 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 213 | 0.77 | 0.20 | 0 | 0.16 | 195.64 | 0.66 | 0.51 |
| Hex | 30 | AA | D5 | 4D | 14 | 0 | 10 | C4 | 42 | 33 |
| Octal | 60 | 252 | 325 | 115 | 24 | 0 | 20 | 304 | 102 | 63 |
| Binary | 110000 | 10101010 | 11010101 | 1001101 | 10100 | 0 | 10000 | 11000100 | 1000010 | 110011 |
Color Harmonies of #30AAD5
Complementary color
Monochromatic Colors of #30AAD5
Black with #30AAD5
Text Example
Text Example
White with #30AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAD5; }
p { color: rgb(48,170,213); }
H1.HeaderClassName
{
color: #30AAD5;
}
.AnyTagClassName
{
color: #30AAD5;
}
</style>
background-color css
<style>
a { background-color: #30AAD5; }
a { background-color: rgb(48,170,213); }
div.DivClassName
{
background-color: #30AAD5;
}
.BgClassName
{
background-color: #30AAD5;
}
</style>
border-color css
<style>
span { border-color: #30AAD5; }
span { border-color: rgb(48,170,213); }
td.TdClassName
{
border-color: #30AAD5;
}
.TagClassName
{
border-color: #30AAD5;
}
</style>