Shades of Summer Sky #48ADFF
Tints of Summer Sky #48ADFF
RGB
CMYK
RGB Variations
Color information
#48ADFF (or 0x48ADFF) is known color: Summer Sky. HEX triplet: 48, AD and FF. RGB value is (72,173,255). Sum of RGB (Red+Green+Blue) = 72+173+255=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #48ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ADFF is #B75200. Grayscale: #979797. Windows color (decimal): -12014081 or 16756040. OLE color: 16756040.
HSL color Cylindrical-coordinate representation of color #48ADFF: hue angle of 206.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48ADFF is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 173 | 255 | - |
| CMYK | 0.72 | 0.32 | 0 | 0 |
| HSL | 206.89º | 1% | 0.64% | - |
| HSV(B) | 206.89º | 0.72% | 1% | - |
| XYZ | 35.67 | 38.48 | 100.16 | - |
| YUV | 152.15 | 186.04 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 255 | 0.72 | 0.32 | 0 | 0 | 206.89 | 1 | 0.64 |
| Hex | 48 | AD | FF | 48 | 20 | 0 | 0 | CF | 64 | 40 |
| Octal | 110 | 255 | 377 | 110 | 40 | 0 | 0 | 317 | 144 | 100 |
| Binary | 1001000 | 10101101 | 11111111 | 1001000 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000000 |
Color Harmonies of #48ADFF
Complementary color
Monochromatic Colors of #48ADFF
Black with #48ADFF
Text Example
Text Example
White with #48ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADFF; }
p { color: rgb(72,173,255); }
H1.HeaderClassName
{
color: #48ADFF;
}
.AnyTagClassName
{
color: #48ADFF;
}
</style>
background-color css
<style>
a { background-color: #48ADFF; }
a { background-color: rgb(72,173,255); }
div.DivClassName
{
background-color: #48ADFF;
}
.BgClassName
{
background-color: #48ADFF;
}
</style>
border-color css
<style>
span { border-color: #48ADFF; }
span { border-color: rgb(72,173,255); }
td.TdClassName
{
border-color: #48ADFF;
}
.TagClassName
{
border-color: #48ADFF;
}
</style>