Shades of Summer Sky #48ABE5
Tints of Summer Sky #48ABE5
RGB
CMYK
RGB Variations
Color information
#48ABE5 (or 0x48ABE5) is known color: Summer Sky. HEX triplet: 48, AB and E5. RGB value is (72,171,229). Sum of RGB (Red+Green+Blue) = 72+171+229=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #48ABE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABE5 is #B7541A. Grayscale: #939393. Windows color (decimal): -12014619 or 15051592. OLE color: 15051592.
HSL color Cylindrical-coordinate representation of color #48ABE5: hue angle of 202.17º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ABE5 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 171 | 229 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.10 |
| HSL | 202.17º | 0.75% | 0.59% | - |
| HSV(B) | 202.17º | 0.69% | 0.9% | - |
| XYZ | 31.38 | 36.16 | 79.45 | - |
| YUV | 148.01 | 173.7 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 229 | 0.69 | 0.25 | 0 | 0.10 | 202.17 | 0.75 | 0.59 |
| Hex | 48 | AB | E5 | 45 | 19 | 0 | A | CA | 4B | 3B |
| Octal | 110 | 253 | 345 | 105 | 31 | 0 | 12 | 312 | 113 | 73 |
| Binary | 1001000 | 10101011 | 11100101 | 1000101 | 11001 | 0 | 1010 | 11001010 | 1001011 | 111011 |
Color Harmonies of #48ABE5
Complementary color
Monochromatic Colors of #48ABE5
Black with #48ABE5
Text Example
Text Example
White with #48ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ABE5; }
p { color: rgb(72,171,229); }
H1.HeaderClassName
{
color: #48ABE5;
}
.AnyTagClassName
{
color: #48ABE5;
}
</style>
background-color css
<style>
a { background-color: #48ABE5; }
a { background-color: rgb(72,171,229); }
div.DivClassName
{
background-color: #48ABE5;
}
.BgClassName
{
background-color: #48ABE5;
}
</style>
border-color css
<style>
span { border-color: #48ABE5; }
span { border-color: rgb(72,171,229); }
td.TdClassName
{
border-color: #48ABE5;
}
.TagClassName
{
border-color: #48ABE5;
}
</style>