Shades of Summer Sky #48A3EA
Tints of Summer Sky #48A3EA
RGB
CMYK
RGB Variations
Color information
#48A3EA (or 0x48A3EA) is known color: Summer Sky. HEX triplet: 48, A3 and EA. RGB value is (72,163,234). Sum of RGB (Red+Green+Blue) = 72+163+234=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #48A3EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A3EA is #B75C15. Grayscale: #8F8F8F. Windows color (decimal): -12016662 or 15377224. OLE color: 15377224.
HSL color Cylindrical-coordinate representation of color #48A3EA: hue angle of 206.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48A3EA is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 163 | 234 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.08 |
| HSL | 206.3º | 0.79% | 0.6% | - |
| HSV(B) | 206.3º | 0.69% | 0.92% | - |
| XYZ | 30.62 | 33.51 | 82.7 | - |
| YUV | 143.89 | 178.85 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 234 | 0.69 | 0.30 | 0 | 0.08 | 206.3 | 0.79 | 0.6 |
| Hex | 48 | A3 | EA | 45 | 1E | 0 | 8 | CE | 4F | 3C |
| Octal | 110 | 243 | 352 | 105 | 36 | 0 | 10 | 316 | 117 | 74 |
| Binary | 1001000 | 10100011 | 11101010 | 1000101 | 11110 | 0 | 1000 | 11001110 | 1001111 | 111100 |
Color Harmonies of #48A3EA
Complementary color
Monochromatic Colors of #48A3EA
Black with #48A3EA
Text Example
Text Example
White with #48A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A3EA; }
p { color: rgb(72,163,234); }
H1.HeaderClassName
{
color: #48A3EA;
}
.AnyTagClassName
{
color: #48A3EA;
}
</style>
background-color css
<style>
a { background-color: #48A3EA; }
a { background-color: rgb(72,163,234); }
div.DivClassName
{
background-color: #48A3EA;
}
.BgClassName
{
background-color: #48A3EA;
}
</style>
border-color css
<style>
span { border-color: #48A3EA; }
span { border-color: rgb(72,163,234); }
td.TdClassName
{
border-color: #48A3EA;
}
.TagClassName
{
border-color: #48A3EA;
}
</style>