Shades of Summer Sky #48BEF1
Tints of Summer Sky #48BEF1
RGB
CMYK
RGB Variations
Color information
#48BEF1 (or 0x48BEF1) is known color: Summer Sky. HEX triplet: 48, BE and F1. RGB value is (72,190,241). Sum of RGB (Red+Green+Blue) = 72+190+241=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #48BEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BEF1 is #B7410E. Grayscale: #A0A0A0. Windows color (decimal): -12009743 or 15842888. OLE color: 15842888.
HSL color Cylindrical-coordinate representation of color #48BEF1: hue angle of 198.11º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BEF1 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 190 | 241 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.05 |
| HSL | 198.11º | 0.86% | 0.61% | - |
| HSV(B) | 198.11º | 0.7% | 0.95% | - |
| XYZ | 36.96 | 44.56 | 89.87 | - |
| YUV | 160.53 | 173.41 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 241 | 0.70 | 0.21 | 0 | 0.05 | 198.11 | 0.86 | 0.61 |
| Hex | 48 | BE | F1 | 46 | 15 | 0 | 5 | C6 | 56 | 3D |
| Octal | 110 | 276 | 361 | 106 | 25 | 0 | 5 | 306 | 126 | 75 |
| Binary | 1001000 | 10111110 | 11110001 | 1000110 | 10101 | 0 | 101 | 11000110 | 1010110 | 111101 |
Color Harmonies of #48BEF1
Complementary color
Monochromatic Colors of #48BEF1
Black with #48BEF1
Text Example
Text Example
White with #48BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BEF1; }
p { color: rgb(72,190,241); }
H1.HeaderClassName
{
color: #48BEF1;
}
.AnyTagClassName
{
color: #48BEF1;
}
</style>
background-color css
<style>
a { background-color: #48BEF1; }
a { background-color: rgb(72,190,241); }
div.DivClassName
{
background-color: #48BEF1;
}
.BgClassName
{
background-color: #48BEF1;
}
</style>
border-color css
<style>
span { border-color: #48BEF1; }
span { border-color: rgb(72,190,241); }
td.TdClassName
{
border-color: #48BEF1;
}
.TagClassName
{
border-color: #48BEF1;
}
</style>