Shades of Summer Sky #48ADFE
Tints of Summer Sky #48ADFE
RGB
CMYK
RGB Variations
Color information
#48ADFE (or 0x48ADFE) is known color: Summer Sky. HEX triplet: 48, AD and FE. RGB value is (72,173,254). Sum of RGB (Red+Green+Blue) = 72+173+254=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #48ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ADFE is #B75201. Grayscale: #979797. Windows color (decimal): -12014082 or 16690504. OLE color: 16690504.
HSL color Cylindrical-coordinate representation of color #48ADFE: hue angle of 206.7º 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 #48ADFE is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 173 | 254 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.00 |
| HSL | 206.7º | 0.99% | 0.64% | - |
| HSV(B) | 206.7º | 0.72% | 1% | - |
| XYZ | 35.51 | 38.42 | 99.31 | - |
| YUV | 152.04 | 185.54 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 254 | 0.72 | 0.32 | 0 | 0.00 | 206.7 | 0.99 | 0.64 |
| Hex | 48 | AD | FE | 48 | 20 | 0 | 0 | CF | 63 | 40 |
| Octal | 110 | 255 | 376 | 110 | 40 | 0 | 0 | 317 | 143 | 100 |
| Binary | 1001000 | 10101101 | 11111110 | 1001000 | 100000 | 0 | 0 | 11001111 | 1100011 | 1000000 |
Color Harmonies of #48ADFE
Complementary color
Monochromatic Colors of #48ADFE
Black with #48ADFE
Text Example
Text Example
White with #48ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADFE; }
p { color: rgb(72,173,254); }
H1.HeaderClassName
{
color: #48ADFE;
}
.AnyTagClassName
{
color: #48ADFE;
}
</style>
background-color css
<style>
a { background-color: #48ADFE; }
a { background-color: rgb(72,173,254); }
div.DivClassName
{
background-color: #48ADFE;
}
.BgClassName
{
background-color: #48ADFE;
}
</style>
border-color css
<style>
span { border-color: #48ADFE; }
span { border-color: rgb(72,173,254); }
td.TdClassName
{
border-color: #48ADFE;
}
.TagClassName
{
border-color: #48ADFE;
}
</style>