Shades of Summer Sky #48AADC
Tints of Summer Sky #48AADC
RGB
CMYK
RGB Variations
Color information
#48AADC (or 0x48AADC) is known color: Summer Sky. HEX triplet: 48, AA and DC. RGB value is (72,170,220). Sum of RGB (Red+Green+Blue) = 72+170+220=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #48AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AADC is #B75523. Grayscale: #929292. Windows color (decimal): -12014884 or 14461512. OLE color: 14461512.
HSL color Cylindrical-coordinate representation of color #48AADC: hue angle of 200.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48AADC is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 170 | 220 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.14 |
| HSL | 200.27º | 0.68% | 0.57% | - |
| HSV(B) | 200.27º | 0.67% | 0.86% | - |
| XYZ | 29.97 | 35.29 | 72.94 | - |
| YUV | 146.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 220 | 0.67 | 0.23 | 0 | 0.14 | 200.27 | 0.68 | 0.57 |
| Hex | 48 | AA | DC | 43 | 17 | 0 | E | C8 | 44 | 39 |
| Octal | 110 | 252 | 334 | 103 | 27 | 0 | 16 | 310 | 104 | 71 |
| Binary | 1001000 | 10101010 | 11011100 | 1000011 | 10111 | 0 | 1110 | 11001000 | 1000100 | 111001 |
Color Harmonies of #48AADC
Complementary color
Monochromatic Colors of #48AADC
Black with #48AADC
Text Example
Text Example
White with #48AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AADC; }
p { color: rgb(72,170,220); }
H1.HeaderClassName
{
color: #48AADC;
}
.AnyTagClassName
{
color: #48AADC;
}
</style>
background-color css
<style>
a { background-color: #48AADC; }
a { background-color: rgb(72,170,220); }
div.DivClassName
{
background-color: #48AADC;
}
.BgClassName
{
background-color: #48AADC;
}
</style>
border-color css
<style>
span { border-color: #48AADC; }
span { border-color: rgb(72,170,220); }
td.TdClassName
{
border-color: #48AADC;
}
.TagClassName
{
border-color: #48AADC;
}
</style>