Shades of Summer Sky #48BFF3
Tints of Summer Sky #48BFF3
RGB
CMYK
RGB Variations
Color information
#48BFF3 (or 0x48BFF3) is known color: Summer Sky. HEX triplet: 48, BF and F3. RGB value is (72,191,243). Sum of RGB (Red+Green+Blue) = 72+191+243=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #48BFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BFF3 is #B7400C. Grayscale: #A1A1A1. Windows color (decimal): -12009485 or 15974216. OLE color: 15974216.
HSL color Cylindrical-coordinate representation of color #48BFF3: hue angle of 198.25º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BFF3 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 191 | 243 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.05 |
| HSL | 198.25º | 0.88% | 0.62% | - |
| HSV(B) | 198.25º | 0.7% | 0.95% | - |
| XYZ | 37.48 | 45.11 | 91.53 | - |
| YUV | 161.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 243 | 0.70 | 0.21 | 0 | 0.05 | 198.25 | 0.88 | 0.62 |
| Hex | 48 | BF | F3 | 46 | 15 | 0 | 5 | C6 | 58 | 3E |
| Octal | 110 | 277 | 363 | 106 | 25 | 0 | 5 | 306 | 130 | 76 |
| Binary | 1001000 | 10111111 | 11110011 | 1000110 | 10101 | 0 | 101 | 11000110 | 1011000 | 111110 |
Color Harmonies of #48BFF3
Complementary color
Monochromatic Colors of #48BFF3
Black with #48BFF3
Text Example
Text Example
White with #48BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFF3; }
p { color: rgb(72,191,243); }
H1.HeaderClassName
{
color: #48BFF3;
}
.AnyTagClassName
{
color: #48BFF3;
}
</style>
background-color css
<style>
a { background-color: #48BFF3; }
a { background-color: rgb(72,191,243); }
div.DivClassName
{
background-color: #48BFF3;
}
.BgClassName
{
background-color: #48BFF3;
}
</style>
border-color css
<style>
span { border-color: #48BFF3; }
span { border-color: rgb(72,191,243); }
td.TdClassName
{
border-color: #48BFF3;
}
.TagClassName
{
border-color: #48BFF3;
}
</style>