Shades of Summer Sky #30AADF
Tints of Summer Sky #30AADF
RGB
CMYK
RGB Variations
Color information
#30AADF (or 0x30AADF) is known color: Summer Sky. HEX triplet: 30, AA and DF. RGB value is (48,170,223). Sum of RGB (Red+Green+Blue) = 48+170+223=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #30AADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AADF is #CF5520. Grayscale: #8B8B8B. Windows color (decimal): -13587745 or 14658096. OLE color: 14658096.
HSL color Cylindrical-coordinate representation of color #30AADF: hue angle of 198.17º degrees, saturation: 0.73, 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 #30AADF is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 170 | 223 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.13 |
| HSL | 198.17º | 0.73% | 0.53% | - |
| HSV(B) | 198.17º | 0.78% | 0.87% | - |
| XYZ | 28.91 | 34.71 | 74.99 | - |
| YUV | 139.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 223 | 0.78 | 0.24 | 0 | 0.13 | 198.17 | 0.73 | 0.53 |
| Hex | 30 | AA | DF | 4E | 18 | 0 | D | C6 | 49 | 35 |
| Octal | 60 | 252 | 337 | 116 | 30 | 0 | 15 | 306 | 111 | 65 |
| Binary | 110000 | 10101010 | 11011111 | 1001110 | 11000 | 0 | 1101 | 11000110 | 1001001 | 110101 |
Color Harmonies of #30AADF
Complementary color
Monochromatic Colors of #30AADF
Black with #30AADF
Text Example
Text Example
White with #30AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AADF; }
p { color: rgb(48,170,223); }
H1.HeaderClassName
{
color: #30AADF;
}
.AnyTagClassName
{
color: #30AADF;
}
</style>
background-color css
<style>
a { background-color: #30AADF; }
a { background-color: rgb(48,170,223); }
div.DivClassName
{
background-color: #30AADF;
}
.BgClassName
{
background-color: #30AADF;
}
</style>
border-color css
<style>
span { border-color: #30AADF; }
span { border-color: rgb(48,170,223); }
td.TdClassName
{
border-color: #30AADF;
}
.TagClassName
{
border-color: #30AADF;
}
</style>