Shades of Summer Sky #48C8FC
Tints of Summer Sky #48C8FC
RGB
CMYK
RGB Variations
Color information
#48C8FC (or 0x48C8FC) is known color: Summer Sky. HEX triplet: 48, C8 and FC. RGB value is (72,200,252). Sum of RGB (Red+Green+Blue) = 72+200+252=524 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.74% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #48C8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C8FC is #B73703. Grayscale: #A7A7A7. Windows color (decimal): -12007172 or 16566344. OLE color: 16566344.
HSL color Cylindrical-coordinate representation of color #48C8FC: hue angle of 197.33º 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 #48C8FC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 200 | 252 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.01 |
| HSL | 197.33º | 0.97% | 0.64% | - |
| HSV(B) | 197.33º | 0.71% | 0.99% | - |
| XYZ | 40.9 | 49.71 | 99.54 | - |
| YUV | 167.66 | 175.59 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 252 | 0.71 | 0.21 | 0 | 0.01 | 197.33 | 0.97 | 0.64 |
| Hex | 48 | C8 | FC | 47 | 15 | 0 | 1 | C5 | 61 | 40 |
| Octal | 110 | 310 | 374 | 107 | 25 | 0 | 1 | 305 | 141 | 100 |
| Binary | 1001000 | 11001000 | 11111100 | 1000111 | 10101 | 0 | 1 | 11000101 | 1100001 | 1000000 |
Color Harmonies of #48C8FC
Complementary color
Monochromatic Colors of #48C8FC
Black with #48C8FC
Text Example
Text Example
White with #48C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C8FC; }
p { color: rgb(72,200,252); }
H1.HeaderClassName
{
color: #48C8FC;
}
.AnyTagClassName
{
color: #48C8FC;
}
</style>
background-color css
<style>
a { background-color: #48C8FC; }
a { background-color: rgb(72,200,252); }
div.DivClassName
{
background-color: #48C8FC;
}
.BgClassName
{
background-color: #48C8FC;
}
</style>
border-color css
<style>
span { border-color: #48C8FC; }
span { border-color: rgb(72,200,252); }
td.TdClassName
{
border-color: #48C8FC;
}
.TagClassName
{
border-color: #48C8FC;
}
</style>