Shades of Summer Sky #48BBFD
Tints of Summer Sky #48BBFD
RGB
CMYK
RGB Variations
Color information
#48BBFD (or 0x48BBFD) is known color: Summer Sky. HEX triplet: 48, BB and FD. RGB value is (72,187,253). Sum of RGB (Red+Green+Blue) = 72+187+253=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #48BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BBFD is #B74402. Grayscale: #9F9F9F. Windows color (decimal): -12010499 or 16628552. OLE color: 16628552.
HSL color Cylindrical-coordinate representation of color #48BBFD: hue angle of 201.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48BBFD is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 187 | 253 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.01 |
| HSL | 201.88º | 0.98% | 0.64% | - |
| HSV(B) | 201.88º | 0.72% | 0.99% | - |
| XYZ | 38.17 | 44.01 | 99.41 | - |
| YUV | 160.14 | 180.4 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 253 | 0.72 | 0.26 | 0 | 0.01 | 201.88 | 0.98 | 0.64 |
| Hex | 48 | BB | FD | 48 | 1A | 0 | 1 | CA | 62 | 40 |
| Octal | 110 | 273 | 375 | 110 | 32 | 0 | 1 | 312 | 142 | 100 |
| Binary | 1001000 | 10111011 | 11111101 | 1001000 | 11010 | 0 | 1 | 11001010 | 1100010 | 1000000 |
Color Harmonies of #48BBFD
Complementary color
Monochromatic Colors of #48BBFD
Black with #48BBFD
Text Example
Text Example
White with #48BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBFD; }
p { color: rgb(72,187,253); }
H1.HeaderClassName
{
color: #48BBFD;
}
.AnyTagClassName
{
color: #48BBFD;
}
</style>
background-color css
<style>
a { background-color: #48BBFD; }
a { background-color: rgb(72,187,253); }
div.DivClassName
{
background-color: #48BBFD;
}
.BgClassName
{
background-color: #48BBFD;
}
</style>
border-color css
<style>
span { border-color: #48BBFD; }
span { border-color: rgb(72,187,253); }
td.TdClassName
{
border-color: #48BBFD;
}
.TagClassName
{
border-color: #48BBFD;
}
</style>