Shades of Summer Sky #48AADD
Tints of Summer Sky #48AADD
RGB
CMYK
RGB Variations
Color information
#48AADD (or 0x48AADD) is known color: Summer Sky. HEX triplet: 48, AA and DD. RGB value is (72,170,221). Sum of RGB (Red+Green+Blue) = 72+170+221=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #48AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AADD is #B75522. Grayscale: #929292. Windows color (decimal): -12014883 or 14527048. OLE color: 14527048.
HSL color Cylindrical-coordinate representation of color #48AADD: hue angle of 200.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48AADD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 170 | 221 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.13 |
| HSL | 200.54º | 0.69% | 0.57% | - |
| HSV(B) | 200.54º | 0.67% | 0.87% | - |
| XYZ | 30.1 | 35.35 | 73.64 | - |
| YUV | 146.51 | 170.03 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 221 | 0.67 | 0.23 | 0 | 0.13 | 200.54 | 0.69 | 0.57 |
| Hex | 48 | AA | DD | 43 | 17 | 0 | D | C9 | 45 | 39 |
| Octal | 110 | 252 | 335 | 103 | 27 | 0 | 15 | 311 | 105 | 71 |
| Binary | 1001000 | 10101010 | 11011101 | 1000011 | 10111 | 0 | 1101 | 11001001 | 1000101 | 111001 |
Color Harmonies of #48AADD
Complementary color
Monochromatic Colors of #48AADD
Black with #48AADD
Text Example
Text Example
White with #48AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AADD; }
p { color: rgb(72,170,221); }
H1.HeaderClassName
{
color: #48AADD;
}
.AnyTagClassName
{
color: #48AADD;
}
</style>
background-color css
<style>
a { background-color: #48AADD; }
a { background-color: rgb(72,170,221); }
div.DivClassName
{
background-color: #48AADD;
}
.BgClassName
{
background-color: #48AADD;
}
</style>
border-color css
<style>
span { border-color: #48AADD; }
span { border-color: rgb(72,170,221); }
td.TdClassName
{
border-color: #48AADD;
}
.TagClassName
{
border-color: #48AADD;
}
</style>