Shades of Summer Sky #30A2DD
Tints of Summer Sky #30A2DD
RGB
CMYK
RGB Variations
Color information
#30A2DD (or 0x30A2DD) is known color: Summer Sky. HEX triplet: 30, A2 and DD. RGB value is (48,162,221). Sum of RGB (Red+Green+Blue) = 48+162+221=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #30A2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A2DD is #CF5D22. Grayscale: #868686. Windows color (decimal): -13589795 or 14524976. OLE color: 14524976.
HSL color Cylindrical-coordinate representation of color #30A2DD: hue angle of 200.46º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30A2DD is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 162 | 221 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.13 |
| HSL | 200.46º | 0.72% | 0.53% | - |
| HSV(B) | 200.46º | 0.78% | 0.87% | - |
| XYZ | 27.19 | 31.69 | 73.09 | - |
| YUV | 134.64 | 176.73 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 221 | 0.78 | 0.27 | 0 | 0.13 | 200.46 | 0.72 | 0.53 |
| Hex | 30 | A2 | DD | 4E | 1B | 0 | D | C8 | 48 | 35 |
| Octal | 60 | 242 | 335 | 116 | 33 | 0 | 15 | 310 | 110 | 65 |
| Binary | 110000 | 10100010 | 11011101 | 1001110 | 11011 | 0 | 1101 | 11001000 | 1001000 | 110101 |
Color Harmonies of #30A2DD
Complementary color
Monochromatic Colors of #30A2DD
Black with #30A2DD
Text Example
Text Example
White with #30A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A2DD; }
p { color: rgb(48,162,221); }
H1.HeaderClassName
{
color: #30A2DD;
}
.AnyTagClassName
{
color: #30A2DD;
}
</style>
background-color css
<style>
a { background-color: #30A2DD; }
a { background-color: rgb(48,162,221); }
div.DivClassName
{
background-color: #30A2DD;
}
.BgClassName
{
background-color: #30A2DD;
}
</style>
border-color css
<style>
span { border-color: #30A2DD; }
span { border-color: rgb(48,162,221); }
td.TdClassName
{
border-color: #30A2DD;
}
.TagClassName
{
border-color: #30A2DD;
}
</style>