Shades of Summer Sky #48A8FC
Tints of Summer Sky #48A8FC
RGB
CMYK
RGB Variations
Color information
#48A8FC (or 0x48A8FC) is known color: Summer Sky. HEX triplet: 48, A8 and FC. RGB value is (72,168,252). Sum of RGB (Red+Green+Blue) = 72+168+252=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #48A8FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A8FC is #B75703. Grayscale: #949494. Windows color (decimal): -12015364 or 16558152. OLE color: 16558152.
HSL color Cylindrical-coordinate representation of color #48A8FC: hue angle of 208º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48A8FC is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 168 | 252 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.01 |
| HSL | 208º | 0.97% | 0.64% | - |
| HSV(B) | 208º | 0.71% | 0.99% | - |
| XYZ | 34.25 | 36.41 | 97.32 | - |
| YUV | 148.87 | 186.2 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 168 | 252 | 0.71 | 0.33 | 0 | 0.01 | 208 | 0.97 | 0.64 |
| Hex | 48 | A8 | FC | 47 | 21 | 0 | 1 | D0 | 61 | 40 |
| Octal | 110 | 250 | 374 | 107 | 41 | 0 | 1 | 320 | 141 | 100 |
| Binary | 1001000 | 10101000 | 11111100 | 1000111 | 100001 | 0 | 1 | 11010000 | 1100001 | 1000000 |
Color Harmonies of #48A8FC
Complementary color
Monochromatic Colors of #48A8FC
Black with #48A8FC
Text Example
Text Example
White with #48A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A8FC; }
p { color: rgb(72,168,252); }
H1.HeaderClassName
{
color: #48A8FC;
}
.AnyTagClassName
{
color: #48A8FC;
}
</style>
background-color css
<style>
a { background-color: #48A8FC; }
a { background-color: rgb(72,168,252); }
div.DivClassName
{
background-color: #48A8FC;
}
.BgClassName
{
background-color: #48A8FC;
}
</style>
border-color css
<style>
span { border-color: #48A8FC; }
span { border-color: rgb(72,168,252); }
td.TdClassName
{
border-color: #48A8FC;
}
.TagClassName
{
border-color: #48A8FC;
}
</style>