Shades of Summer Sky #48ABFE
Tints of Summer Sky #48ABFE
RGB
CMYK
RGB Variations
Color information
#48ABFE (or 0x48ABFE) is known color: Summer Sky. HEX triplet: 48, AB and FE. RGB value is (72,171,254). Sum of RGB (Red+Green+Blue) = 72+171+254=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #48ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ABFE is #B75401. Grayscale: #969696. Windows color (decimal): -12014594 or 16689992. OLE color: 16689992.
HSL color Cylindrical-coordinate representation of color #48ABFE: hue angle of 207.36º 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 #48ABFE is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 171 | 254 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.00 |
| HSL | 207.36º | 0.99% | 0.64% | - |
| HSV(B) | 207.36º | 0.72% | 1% | - |
| XYZ | 35.12 | 37.66 | 99.18 | - |
| YUV | 150.86 | 186.2 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 254 | 0.72 | 0.33 | 0 | 0.00 | 207.36 | 0.99 | 0.64 |
| Hex | 48 | AB | FE | 48 | 21 | 0 | 0 | CF | 63 | 40 |
| Octal | 110 | 253 | 376 | 110 | 41 | 0 | 0 | 317 | 143 | 100 |
| Binary | 1001000 | 10101011 | 11111110 | 1001000 | 100001 | 0 | 0 | 11001111 | 1100011 | 1000000 |
Color Harmonies of #48ABFE
Complementary color
Monochromatic Colors of #48ABFE
Black with #48ABFE
Text Example
Text Example
White with #48ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ABFE; }
p { color: rgb(72,171,254); }
H1.HeaderClassName
{
color: #48ABFE;
}
.AnyTagClassName
{
color: #48ABFE;
}
</style>
background-color css
<style>
a { background-color: #48ABFE; }
a { background-color: rgb(72,171,254); }
div.DivClassName
{
background-color: #48ABFE;
}
.BgClassName
{
background-color: #48ABFE;
}
</style>
border-color css
<style>
span { border-color: #48ABFE; }
span { border-color: rgb(72,171,254); }
td.TdClassName
{
border-color: #48ABFE;
}
.TagClassName
{
border-color: #48ABFE;
}
</style>