Shades of Summer Sky #48A6DB
Tints of Summer Sky #48A6DB
RGB
CMYK
RGB Variations
Color information
#48A6DB (or 0x48A6DB) is known color: Summer Sky. HEX triplet: 48, A6 and DB. RGB value is (72,166,219). Sum of RGB (Red+Green+Blue) = 72+166+219=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #48A6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A6DB is #B75924. Grayscale: #8F8F8F. Windows color (decimal): -12015909 or 14394952. OLE color: 14394952.
HSL color Cylindrical-coordinate representation of color #48A6DB: hue angle of 201.63º 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 #48A6DB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 166 | 219 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.14 |
| HSL | 201.63º | 0.67% | 0.57% | - |
| HSV(B) | 201.63º | 0.67% | 0.86% | - |
| XYZ | 29.09 | 33.76 | 72 | - |
| YUV | 143.94 | 170.36 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 166 | 219 | 0.67 | 0.24 | 0 | 0.14 | 201.63 | 0.67 | 0.57 |
| Hex | 48 | A6 | DB | 43 | 18 | 0 | E | CA | 43 | 39 |
| Octal | 110 | 246 | 333 | 103 | 30 | 0 | 16 | 312 | 103 | 71 |
| Binary | 1001000 | 10100110 | 11011011 | 1000011 | 11000 | 0 | 1110 | 11001010 | 1000011 | 111001 |
Color Harmonies of #48A6DB
Complementary color
Monochromatic Colors of #48A6DB
Black with #48A6DB
Text Example
Text Example
White with #48A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A6DB; }
p { color: rgb(72,166,219); }
H1.HeaderClassName
{
color: #48A6DB;
}
.AnyTagClassName
{
color: #48A6DB;
}
</style>
background-color css
<style>
a { background-color: #48A6DB; }
a { background-color: rgb(72,166,219); }
div.DivClassName
{
background-color: #48A6DB;
}
.BgClassName
{
background-color: #48A6DB;
}
</style>
border-color css
<style>
span { border-color: #48A6DB; }
span { border-color: rgb(72,166,219); }
td.TdClassName
{
border-color: #48A6DB;
}
.TagClassName
{
border-color: #48A6DB;
}
</style>