Shades of Summer Sky #48BCFC
Tints of Summer Sky #48BCFC
RGB
CMYK
RGB Variations
Color information
#48BCFC (or 0x48BCFC) is known color: Summer Sky. HEX triplet: 48, BC and FC. RGB value is (72,188,252). Sum of RGB (Red+Green+Blue) = 72+188+252=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #48BCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCFC is #B74303. Grayscale: #A0A0A0. Windows color (decimal): -12010244 or 16563272. OLE color: 16563272.
HSL color Cylindrical-coordinate representation of color #48BCFC: hue angle of 201.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 #48BCFC is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 188 | 252 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.01 |
| HSL | 201.33º | 0.97% | 0.64% | - |
| HSV(B) | 201.33º | 0.71% | 0.99% | - |
| XYZ | 38.23 | 44.37 | 98.65 | - |
| YUV | 160.61 | 179.57 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 252 | 0.71 | 0.25 | 0 | 0.01 | 201.33 | 0.97 | 0.64 |
| Hex | 48 | BC | FC | 47 | 19 | 0 | 1 | C9 | 61 | 40 |
| Octal | 110 | 274 | 374 | 107 | 31 | 0 | 1 | 311 | 141 | 100 |
| Binary | 1001000 | 10111100 | 11111100 | 1000111 | 11001 | 0 | 1 | 11001001 | 1100001 | 1000000 |
Color Harmonies of #48BCFC
Complementary color
Monochromatic Colors of #48BCFC
Black with #48BCFC
Text Example
Text Example
White with #48BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCFC; }
p { color: rgb(72,188,252); }
H1.HeaderClassName
{
color: #48BCFC;
}
.AnyTagClassName
{
color: #48BCFC;
}
</style>
background-color css
<style>
a { background-color: #48BCFC; }
a { background-color: rgb(72,188,252); }
div.DivClassName
{
background-color: #48BCFC;
}
.BgClassName
{
background-color: #48BCFC;
}
</style>
border-color css
<style>
span { border-color: #48BCFC; }
span { border-color: rgb(72,188,252); }
td.TdClassName
{
border-color: #48BCFC;
}
.TagClassName
{
border-color: #48BCFC;
}
</style>