Shades of Summer Sky #48ADE5
Tints of Summer Sky #48ADE5
RGB
CMYK
RGB Variations
Color information
#48ADE5 (or 0x48ADE5) is known color: Summer Sky. HEX triplet: 48, AD and E5. RGB value is (72,173,229). Sum of RGB (Red+Green+Blue) = 72+173+229=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #48ADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADE5 is #B7521A. Grayscale: #949494. Windows color (decimal): -12014107 or 15052104. OLE color: 15052104.
HSL color Cylindrical-coordinate representation of color #48ADE5: hue angle of 201.4º 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 #48ADE5 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 173 | 229 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.10 |
| HSL | 201.4º | 0.75% | 0.59% | - |
| HSV(B) | 201.4º | 0.69% | 0.9% | - |
| XYZ | 31.76 | 36.92 | 79.58 | - |
| YUV | 149.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 229 | 0.69 | 0.24 | 0 | 0.10 | 201.4 | 0.75 | 0.59 |
| Hex | 48 | AD | E5 | 45 | 18 | 0 | A | C9 | 4B | 3B |
| Octal | 110 | 255 | 345 | 105 | 30 | 0 | 12 | 311 | 113 | 73 |
| Binary | 1001000 | 10101101 | 11100101 | 1000101 | 11000 | 0 | 1010 | 11001001 | 1001011 | 111011 |
Color Harmonies of #48ADE5
Complementary color
Monochromatic Colors of #48ADE5
Black with #48ADE5
Text Example
Text Example
White with #48ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADE5; }
p { color: rgb(72,173,229); }
H1.HeaderClassName
{
color: #48ADE5;
}
.AnyTagClassName
{
color: #48ADE5;
}
</style>
background-color css
<style>
a { background-color: #48ADE5; }
a { background-color: rgb(72,173,229); }
div.DivClassName
{
background-color: #48ADE5;
}
.BgClassName
{
background-color: #48ADE5;
}
</style>
border-color css
<style>
span { border-color: #48ADE5; }
span { border-color: rgb(72,173,229); }
td.TdClassName
{
border-color: #48ADE5;
}
.TagClassName
{
border-color: #48ADE5;
}
</style>