Shades of Summer Sky #48BDFE
Tints of Summer Sky #48BDFE
RGB
CMYK
RGB Variations
Color information
#48BDFE (or 0x48BDFE) is known color: Summer Sky. HEX triplet: 48, BD and FE. RGB value is (72,189,254). Sum of RGB (Red+Green+Blue) = 72+189+254=515 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.98% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #48BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BDFE is #B74201. Grayscale: #A1A1A1. Windows color (decimal): -12009986 or 16694600. OLE color: 16694600.
HSL color Cylindrical-coordinate representation of color #48BDFE: hue angle of 201.43º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48BDFE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 189 | 254 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.00 |
| HSL | 201.43º | 0.99% | 0.64% | - |
| HSV(B) | 201.43º | 0.72% | 1% | - |
| XYZ | 38.76 | 44.93 | 100.4 | - |
| YUV | 161.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 254 | 0.72 | 0.26 | 0 | 0.00 | 201.43 | 0.99 | 0.64 |
| Hex | 48 | BD | FE | 48 | 1A | 0 | 0 | C9 | 63 | 40 |
| Octal | 110 | 275 | 376 | 110 | 32 | 0 | 0 | 311 | 143 | 100 |
| Binary | 1001000 | 10111101 | 11111110 | 1001000 | 11010 | 0 | 0 | 11001001 | 1100011 | 1000000 |
Color Harmonies of #48BDFE
Complementary color
Monochromatic Colors of #48BDFE
Black with #48BDFE
Text Example
Text Example
White with #48BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BDFE; }
p { color: rgb(72,189,254); }
H1.HeaderClassName
{
color: #48BDFE;
}
.AnyTagClassName
{
color: #48BDFE;
}
</style>
background-color css
<style>
a { background-color: #48BDFE; }
a { background-color: rgb(72,189,254); }
div.DivClassName
{
background-color: #48BDFE;
}
.BgClassName
{
background-color: #48BDFE;
}
</style>
border-color css
<style>
span { border-color: #48BDFE; }
span { border-color: rgb(72,189,254); }
td.TdClassName
{
border-color: #48BDFE;
}
.TagClassName
{
border-color: #48BDFE;
}
</style>