Shades of Summer Sky #48BAFC
Tints of Summer Sky #48BAFC
RGB
CMYK
RGB Variations
Color information
#48BAFC (or 0x48BAFC) is known color: Summer Sky. HEX triplet: 48, BA and FC. RGB value is (72,186,252). Sum of RGB (Red+Green+Blue) = 72+186+252=510 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.12% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #48BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BAFC is #B74503. Grayscale: #9F9F9F. Windows color (decimal): -12010756 or 16562760. OLE color: 16562760.
HSL color Cylindrical-coordinate representation of color #48BAFC: hue angle of 202º 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 #48BAFC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 186 | 252 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.01 |
| HSL | 202º | 0.97% | 0.64% | - |
| HSV(B) | 202º | 0.71% | 0.99% | - |
| XYZ | 37.8 | 43.52 | 98.5 | - |
| YUV | 159.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 252 | 0.71 | 0.26 | 0 | 0.01 | 202 | 0.97 | 0.64 |
| Hex | 48 | BA | FC | 47 | 1A | 0 | 1 | CA | 61 | 40 |
| Octal | 110 | 272 | 374 | 107 | 32 | 0 | 1 | 312 | 141 | 100 |
| Binary | 1001000 | 10111010 | 11111100 | 1000111 | 11010 | 0 | 1 | 11001010 | 1100001 | 1000000 |
Color Harmonies of #48BAFC
Complementary color
Monochromatic Colors of #48BAFC
Black with #48BAFC
Text Example
Text Example
White with #48BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BAFC; }
p { color: rgb(72,186,252); }
H1.HeaderClassName
{
color: #48BAFC;
}
.AnyTagClassName
{
color: #48BAFC;
}
</style>
background-color css
<style>
a { background-color: #48BAFC; }
a { background-color: rgb(72,186,252); }
div.DivClassName
{
background-color: #48BAFC;
}
.BgClassName
{
background-color: #48BAFC;
}
</style>
border-color css
<style>
span { border-color: #48BAFC; }
span { border-color: rgb(72,186,252); }
td.TdClassName
{
border-color: #48BAFC;
}
.TagClassName
{
border-color: #48BAFC;
}
</style>