Shades of Summer Sky #48BCFF
Tints of Summer Sky #48BCFF
RGB
CMYK
RGB Variations
Color information
#48BCFF (or 0x48BCFF) is known color: Summer Sky. HEX triplet: 48, BC and FF. RGB value is (72,188,255). Sum of RGB (Red+Green+Blue) = 72+188+255=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #48BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCFF is #B74300. Grayscale: #A0A0A0. Windows color (decimal): -12010241 or 16759880. OLE color: 16759880.
HSL color Cylindrical-coordinate representation of color #48BCFF: hue angle of 201.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48BCFF is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 188 | 255 | - |
| CMYK | 0.72 | 0.26 | 0 | 0 |
| HSL | 201.97º | 1% | 0.64% | - |
| HSV(B) | 201.97º | 0.72% | 1% | - |
| XYZ | 38.71 | 44.56 | 101.17 | - |
| YUV | 160.95 | 181.07 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 255 | 0.72 | 0.26 | 0 | 0 | 201.97 | 1 | 0.64 |
| Hex | 48 | BC | FF | 48 | 1A | 0 | 0 | CA | 64 | 40 |
| Octal | 110 | 274 | 377 | 110 | 32 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1001000 | 10111100 | 11111111 | 1001000 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #48BCFF
Complementary color
Monochromatic Colors of #48BCFF
Black with #48BCFF
Text Example
Text Example
White with #48BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCFF; }
p { color: rgb(72,188,255); }
H1.HeaderClassName
{
color: #48BCFF;
}
.AnyTagClassName
{
color: #48BCFF;
}
</style>
background-color css
<style>
a { background-color: #48BCFF; }
a { background-color: rgb(72,188,255); }
div.DivClassName
{
background-color: #48BCFF;
}
.BgClassName
{
background-color: #48BCFF;
}
</style>
border-color css
<style>
span { border-color: #48BCFF; }
span { border-color: rgb(72,188,255); }
td.TdClassName
{
border-color: #48BCFF;
}
.TagClassName
{
border-color: #48BCFF;
}
</style>