Shades of Summer Sky #48A8FA
Tints of Summer Sky #48A8FA
RGB
CMYK
RGB Variations
Color information
#48A8FA (or 0x48A8FA) is known color: Summer Sky. HEX triplet: 48, A8 and FA. RGB value is (72,168,250). Sum of RGB (Red+Green+Blue) = 72+168+250=490 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.69% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #48A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A8FA is #B75705. Grayscale: #949494. Windows color (decimal): -12015366 or 16427080. OLE color: 16427080.
HSL color Cylindrical-coordinate representation of color #48A8FA: hue angle of 207.64º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48A8FA is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 168 | 250 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.02 |
| HSL | 207.64º | 0.95% | 0.63% | - |
| HSV(B) | 207.64º | 0.71% | 0.98% | - |
| XYZ | 33.93 | 36.29 | 95.66 | - |
| YUV | 148.64 | 185.2 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 168 | 250 | 0.71 | 0.33 | 0 | 0.02 | 207.64 | 0.95 | 0.63 |
| Hex | 48 | A8 | FA | 47 | 21 | 0 | 2 | D0 | 5F | 3F |
| Octal | 110 | 250 | 372 | 107 | 41 | 0 | 2 | 320 | 137 | 77 |
| Binary | 1001000 | 10101000 | 11111010 | 1000111 | 100001 | 0 | 10 | 11010000 | 1011111 | 111111 |
Color Harmonies of #48A8FA
Complementary color
Monochromatic Colors of #48A8FA
Black with #48A8FA
Text Example
Text Example
White with #48A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A8FA; }
p { color: rgb(72,168,250); }
H1.HeaderClassName
{
color: #48A8FA;
}
.AnyTagClassName
{
color: #48A8FA;
}
</style>
background-color css
<style>
a { background-color: #48A8FA; }
a { background-color: rgb(72,168,250); }
div.DivClassName
{
background-color: #48A8FA;
}
.BgClassName
{
background-color: #48A8FA;
}
</style>
border-color css
<style>
span { border-color: #48A8FA; }
span { border-color: rgb(72,168,250); }
td.TdClassName
{
border-color: #48A8FA;
}
.TagClassName
{
border-color: #48A8FA;
}
</style>