Shades of Summer Sky #48AEFF
Tints of Summer Sky #48AEFF
RGB
CMYK
RGB Variations
Color information
#48AEFF (or 0x48AEFF) is known color: Summer Sky. HEX triplet: 48, AE and FF. RGB value is (72,174,255). Sum of RGB (Red+Green+Blue) = 72+174+255=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #48AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48AEFF is #B75100. Grayscale: #989898. Windows color (decimal): -12013825 or 16756296. OLE color: 16756296.
HSL color Cylindrical-coordinate representation of color #48AEFF: hue angle of 206.56º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48AEFF is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 174 | 255 | - |
| CMYK | 0.72 | 0.32 | 0 | 0 |
| HSL | 206.56º | 1% | 0.64% | - |
| HSV(B) | 206.56º | 0.72% | 1% | - |
| XYZ | 35.86 | 38.87 | 100.22 | - |
| YUV | 152.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 174 | 255 | 0.72 | 0.32 | 0 | 0 | 206.56 | 1 | 0.64 |
| Hex | 48 | AE | FF | 48 | 20 | 0 | 0 | CF | 64 | 40 |
| Octal | 110 | 256 | 377 | 110 | 40 | 0 | 0 | 317 | 144 | 100 |
| Binary | 1001000 | 10101110 | 11111111 | 1001000 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000000 |
Color Harmonies of #48AEFF
Complementary color
Monochromatic Colors of #48AEFF
Black with #48AEFF
Text Example
Text Example
White with #48AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AEFF; }
p { color: rgb(72,174,255); }
H1.HeaderClassName
{
color: #48AEFF;
}
.AnyTagClassName
{
color: #48AEFF;
}
</style>
background-color css
<style>
a { background-color: #48AEFF; }
a { background-color: rgb(72,174,255); }
div.DivClassName
{
background-color: #48AEFF;
}
.BgClassName
{
background-color: #48AEFF;
}
</style>
border-color css
<style>
span { border-color: #48AEFF; }
span { border-color: rgb(72,174,255); }
td.TdClassName
{
border-color: #48AEFF;
}
.TagClassName
{
border-color: #48AEFF;
}
</style>