Shades of Summer Sky #48BEFF
Tints of Summer Sky #48BEFF
RGB
CMYK
RGB Variations
Color information
#48BEFF (or 0x48BEFF) is known color: Summer Sky. HEX triplet: 48, BE and FF. RGB value is (72,190,255). Sum of RGB (Red+Green+Blue) = 72+190+255=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #48BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BEFF is #B74100. Grayscale: #A1A1A1. Windows color (decimal): -12009729 or 16760392. OLE color: 16760392.
HSL color Cylindrical-coordinate representation of color #48BEFF: hue angle of 201.31º 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 #48BEFF is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 190 | 255 | - |
| CMYK | 0.72 | 0.25 | 0 | 0 |
| HSL | 201.31º | 1% | 0.64% | - |
| HSV(B) | 201.31º | 0.72% | 1% | - |
| XYZ | 39.14 | 45.42 | 101.31 | - |
| YUV | 162.13 | 180.41 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 255 | 0.72 | 0.25 | 0 | 0 | 201.31 | 1 | 0.64 |
| Hex | 48 | BE | FF | 48 | 19 | 0 | 0 | C9 | 64 | 40 |
| Octal | 110 | 276 | 377 | 110 | 31 | 0 | 0 | 311 | 144 | 100 |
| Binary | 1001000 | 10111110 | 11111111 | 1001000 | 11001 | 0 | 0 | 11001001 | 1100100 | 1000000 |
Color Harmonies of #48BEFF
Complementary color
Monochromatic Colors of #48BEFF
Black with #48BEFF
Text Example
Text Example
White with #48BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BEFF; }
p { color: rgb(72,190,255); }
H1.HeaderClassName
{
color: #48BEFF;
}
.AnyTagClassName
{
color: #48BEFF;
}
</style>
background-color css
<style>
a { background-color: #48BEFF; }
a { background-color: rgb(72,190,255); }
div.DivClassName
{
background-color: #48BEFF;
}
.BgClassName
{
background-color: #48BEFF;
}
</style>
border-color css
<style>
span { border-color: #48BEFF; }
span { border-color: rgb(72,190,255); }
td.TdClassName
{
border-color: #48BEFF;
}
.TagClassName
{
border-color: #48BEFF;
}
</style>