Shades of Summer Sky #48BBFC
Tints of Summer Sky #48BBFC
RGB
CMYK
RGB Variations
Color information
#48BBFC (or 0x48BBFC) is known color: Summer Sky. HEX triplet: 48, BB and FC. RGB value is (72,187,252). Sum of RGB (Red+Green+Blue) = 72+187+252=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #48BBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BBFC is #B74403. Grayscale: #9F9F9F. Windows color (decimal): -12010500 or 16563016. OLE color: 16563016.
HSL color Cylindrical-coordinate representation of color #48BBFC: hue angle of 201.67º 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 #48BBFC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 187 | 252 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.01 |
| HSL | 201.67º | 0.97% | 0.64% | - |
| HSV(B) | 201.67º | 0.71% | 0.99% | - |
| XYZ | 38.01 | 43.95 | 98.57 | - |
| YUV | 160.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 252 | 0.71 | 0.26 | 0 | 0.01 | 201.67 | 0.97 | 0.64 |
| Hex | 48 | BB | FC | 47 | 1A | 0 | 1 | CA | 61 | 40 |
| Octal | 110 | 273 | 374 | 107 | 32 | 0 | 1 | 312 | 141 | 100 |
| Binary | 1001000 | 10111011 | 11111100 | 1000111 | 11010 | 0 | 1 | 11001010 | 1100001 | 1000000 |
Color Harmonies of #48BBFC
Complementary color
Monochromatic Colors of #48BBFC
Black with #48BBFC
Text Example
Text Example
White with #48BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBFC; }
p { color: rgb(72,187,252); }
H1.HeaderClassName
{
color: #48BBFC;
}
.AnyTagClassName
{
color: #48BBFC;
}
</style>
background-color css
<style>
a { background-color: #48BBFC; }
a { background-color: rgb(72,187,252); }
div.DivClassName
{
background-color: #48BBFC;
}
.BgClassName
{
background-color: #48BBFC;
}
</style>
border-color css
<style>
span { border-color: #48BBFC; }
span { border-color: rgb(72,187,252); }
td.TdClassName
{
border-color: #48BBFC;
}
.TagClassName
{
border-color: #48BBFC;
}
</style>