Shades of Summer Sky #48A5DB
Tints of Summer Sky #48A5DB
RGB
CMYK
RGB Variations
Color information
#48A5DB (or 0x48A5DB) is known color: Summer Sky. HEX triplet: 48, A5 and DB. RGB value is (72,165,219). Sum of RGB (Red+Green+Blue) = 72+165+219=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #48A5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A5DB is #B75A24. Grayscale: #8F8F8F. Windows color (decimal): -12016165 or 14394696. OLE color: 14394696.
HSL color Cylindrical-coordinate representation of color #48A5DB: hue angle of 202.04º degrees, saturation: 0.67, 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 #48A5DB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 165 | 219 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.14 |
| HSL | 202.04º | 0.67% | 0.57% | - |
| HSV(B) | 202.04º | 0.67% | 0.86% | - |
| XYZ | 28.91 | 33.4 | 71.94 | - |
| YUV | 143.35 | 170.69 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 219 | 0.67 | 0.25 | 0 | 0.14 | 202.04 | 0.67 | 0.57 |
| Hex | 48 | A5 | DB | 43 | 19 | 0 | E | CA | 43 | 39 |
| Octal | 110 | 245 | 333 | 103 | 31 | 0 | 16 | 312 | 103 | 71 |
| Binary | 1001000 | 10100101 | 11011011 | 1000011 | 11001 | 0 | 1110 | 11001010 | 1000011 | 111001 |
Color Harmonies of #48A5DB
Complementary color
Monochromatic Colors of #48A5DB
Black with #48A5DB
Text Example
Text Example
White with #48A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A5DB; }
p { color: rgb(72,165,219); }
H1.HeaderClassName
{
color: #48A5DB;
}
.AnyTagClassName
{
color: #48A5DB;
}
</style>
background-color css
<style>
a { background-color: #48A5DB; }
a { background-color: rgb(72,165,219); }
div.DivClassName
{
background-color: #48A5DB;
}
.BgClassName
{
background-color: #48A5DB;
}
</style>
border-color css
<style>
span { border-color: #48A5DB; }
span { border-color: rgb(72,165,219); }
td.TdClassName
{
border-color: #48A5DB;
}
.TagClassName
{
border-color: #48A5DB;
}
</style>