Shades of Summer Sky #48C0FB
Tints of Summer Sky #48C0FB
RGB
CMYK
RGB Variations
Color information
#48C0FB (or 0x48C0FB) is known color: Summer Sky. HEX triplet: 48, C0 and FB. RGB value is (72,192,251). Sum of RGB (Red+Green+Blue) = 72+192+251=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #48C0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C0FB is #B73F04. Grayscale: #A2A2A2. Windows color (decimal): -12009221 or 16498760. OLE color: 16498760.
HSL color Cylindrical-coordinate representation of color #48C0FB: hue angle of 199.78º degrees, saturation: 0.96, 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 #48C0FB is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 192 | 251 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.02 |
| HSL | 199.78º | 0.96% | 0.63% | - |
| HSV(B) | 199.78º | 0.71% | 0.98% | - |
| XYZ | 38.93 | 46.04 | 98.1 | - |
| YUV | 162.85 | 177.74 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 251 | 0.71 | 0.24 | 0 | 0.02 | 199.78 | 0.96 | 0.63 |
| Hex | 48 | C0 | FB | 47 | 18 | 0 | 2 | C8 | 60 | 3F |
| Octal | 110 | 300 | 373 | 107 | 30 | 0 | 2 | 310 | 140 | 77 |
| Binary | 1001000 | 11000000 | 11111011 | 1000111 | 11000 | 0 | 10 | 11001000 | 1100000 | 111111 |
Color Harmonies of #48C0FB
Complementary color
Monochromatic Colors of #48C0FB
Black with #48C0FB
Text Example
Text Example
White with #48C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C0FB; }
p { color: rgb(72,192,251); }
H1.HeaderClassName
{
color: #48C0FB;
}
.AnyTagClassName
{
color: #48C0FB;
}
</style>
background-color css
<style>
a { background-color: #48C0FB; }
a { background-color: rgb(72,192,251); }
div.DivClassName
{
background-color: #48C0FB;
}
.BgClassName
{
background-color: #48C0FB;
}
</style>
border-color css
<style>
span { border-color: #48C0FB; }
span { border-color: rgb(72,192,251); }
td.TdClassName
{
border-color: #48C0FB;
}
.TagClassName
{
border-color: #48C0FB;
}
</style>