Shades of Summer Sky #48BBFF
Tints of Summer Sky #48BBFF
RGB
CMYK
RGB Variations
Color information
#48BBFF (or 0x48BBFF) is known color: Summer Sky. HEX triplet: 48, BB and FF. RGB value is (72,187,255). Sum of RGB (Red+Green+Blue) = 72+187+255=514 (68% of max value = 765). Red value is 72 (28.52% from 255 or 14.01% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #48BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BBFF is #B74400. Grayscale: #9F9F9F. Windows color (decimal): -12010497 or 16759624. OLE color: 16759624.
HSL color Cylindrical-coordinate representation of color #48BBFF: hue angle of 202.3º 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 #48BBFF is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 187 | 255 | - |
| CMYK | 0.72 | 0.27 | 0 | 0 |
| HSL | 202.3º | 1% | 0.64% | - |
| HSV(B) | 202.3º | 0.72% | 1% | - |
| XYZ | 38.49 | 44.14 | 101.1 | - |
| YUV | 160.37 | 181.4 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 255 | 0.72 | 0.27 | 0 | 0 | 202.3 | 1 | 0.64 |
| Hex | 48 | BB | FF | 48 | 1B | 0 | 0 | CA | 64 | 40 |
| Octal | 110 | 273 | 377 | 110 | 33 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1001000 | 10111011 | 11111111 | 1001000 | 11011 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #48BBFF
Complementary color
Monochromatic Colors of #48BBFF
Black with #48BBFF
Text Example
Text Example
White with #48BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBFF; }
p { color: rgb(72,187,255); }
H1.HeaderClassName
{
color: #48BBFF;
}
.AnyTagClassName
{
color: #48BBFF;
}
</style>
background-color css
<style>
a { background-color: #48BBFF; }
a { background-color: rgb(72,187,255); }
div.DivClassName
{
background-color: #48BBFF;
}
.BgClassName
{
background-color: #48BBFF;
}
</style>
border-color css
<style>
span { border-color: #48BBFF; }
span { border-color: rgb(72,187,255); }
td.TdClassName
{
border-color: #48BBFF;
}
.TagClassName
{
border-color: #48BBFF;
}
</style>