Shades of Summer Sky #48A6DC
Tints of Summer Sky #48A6DC
RGB
CMYK
RGB Variations
Color information
#48A6DC (or 0x48A6DC) is known color: Summer Sky. HEX triplet: 48, A6 and DC. RGB value is (72,166,220). Sum of RGB (Red+Green+Blue) = 72+166+220=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #48A6DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A6DC is #B75923. Grayscale: #8F8F8F. Windows color (decimal): -12015908 or 14460488. OLE color: 14460488.
HSL color Cylindrical-coordinate representation of color #48A6DC: hue angle of 201.89º 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 #48A6DC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 166 | 220 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.14 |
| HSL | 201.89º | 0.68% | 0.57% | - |
| HSV(B) | 201.89º | 0.67% | 0.86% | - |
| XYZ | 29.23 | 33.82 | 72.7 | - |
| YUV | 144.05 | 170.86 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 166 | 220 | 0.67 | 0.25 | 0 | 0.14 | 201.89 | 0.68 | 0.57 |
| Hex | 48 | A6 | DC | 43 | 19 | 0 | E | CA | 44 | 39 |
| Octal | 110 | 246 | 334 | 103 | 31 | 0 | 16 | 312 | 104 | 71 |
| Binary | 1001000 | 10100110 | 11011100 | 1000011 | 11001 | 0 | 1110 | 11001010 | 1000100 | 111001 |
Color Harmonies of #48A6DC
Complementary color
Monochromatic Colors of #48A6DC
Black with #48A6DC
Text Example
Text Example
White with #48A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A6DC; }
p { color: rgb(72,166,220); }
H1.HeaderClassName
{
color: #48A6DC;
}
.AnyTagClassName
{
color: #48A6DC;
}
</style>
background-color css
<style>
a { background-color: #48A6DC; }
a { background-color: rgb(72,166,220); }
div.DivClassName
{
background-color: #48A6DC;
}
.BgClassName
{
background-color: #48A6DC;
}
</style>
border-color css
<style>
span { border-color: #48A6DC; }
span { border-color: rgb(72,166,220); }
td.TdClassName
{
border-color: #48A6DC;
}
.TagClassName
{
border-color: #48A6DC;
}
</style>