Shades of Summer Sky #48AAFF
Tints of Summer Sky #48AAFF
RGB
CMYK
RGB Variations
Color information
#48AAFF (or 0x48AAFF) is known color: Summer Sky. HEX triplet: 48, AA and FF. RGB value is (72,170,255). Sum of RGB (Red+Green+Blue) = 72+170+255=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #48AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48AAFF is #B75500. Grayscale: #959595. Windows color (decimal): -12014849 or 16755272. OLE color: 16755272.
HSL color Cylindrical-coordinate representation of color #48AAFF: hue angle of 207.87º 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 #48AAFF is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 170 | 255 | - |
| CMYK | 0.72 | 0.33 | 0 | 0 |
| HSL | 207.87º | 1% | 0.64% | - |
| HSV(B) | 207.87º | 0.72% | 1% | - |
| XYZ | 35.1 | 37.35 | 99.97 | - |
| YUV | 150.39 | 187.03 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 255 | 0.72 | 0.33 | 0 | 0 | 207.87 | 1 | 0.64 |
| Hex | 48 | AA | FF | 48 | 21 | 0 | 0 | D0 | 64 | 40 |
| Octal | 110 | 252 | 377 | 110 | 41 | 0 | 0 | 320 | 144 | 100 |
| Binary | 1001000 | 10101010 | 11111111 | 1001000 | 100001 | 0 | 0 | 11010000 | 1100100 | 1000000 |
Color Harmonies of #48AAFF
Complementary color
Monochromatic Colors of #48AAFF
Black with #48AAFF
Text Example
Text Example
White with #48AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AAFF; }
p { color: rgb(72,170,255); }
H1.HeaderClassName
{
color: #48AAFF;
}
.AnyTagClassName
{
color: #48AAFF;
}
</style>
background-color css
<style>
a { background-color: #48AAFF; }
a { background-color: rgb(72,170,255); }
div.DivClassName
{
background-color: #48AAFF;
}
.BgClassName
{
background-color: #48AAFF;
}
</style>
border-color css
<style>
span { border-color: #48AAFF; }
span { border-color: rgb(72,170,255); }
td.TdClassName
{
border-color: #48AAFF;
}
.TagClassName
{
border-color: #48AAFF;
}
</style>