Shades of Summer Sky #48ADDB
Tints of Summer Sky #48ADDB
RGB
CMYK
RGB Variations
Color information
#48ADDB (or 0x48ADDB) is known color: Summer Sky. HEX triplet: 48, AD and DB. RGB value is (72,173,219). Sum of RGB (Red+Green+Blue) = 72+173+219=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #48ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADDB is #B75224. Grayscale: #939393. Windows color (decimal): -12014117 or 14396744. OLE color: 14396744.
HSL color Cylindrical-coordinate representation of color #48ADDB: hue angle of 198.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48ADDB is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 173 | 219 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.14 |
| HSL | 198.78º | 0.67% | 0.57% | - |
| HSV(B) | 198.78º | 0.67% | 0.86% | - |
| XYZ | 30.4 | 36.38 | 72.44 | - |
| YUV | 148.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 219 | 0.67 | 0.21 | 0 | 0.14 | 198.78 | 0.67 | 0.57 |
| Hex | 48 | AD | DB | 43 | 15 | 0 | E | C7 | 43 | 39 |
| Octal | 110 | 255 | 333 | 103 | 25 | 0 | 16 | 307 | 103 | 71 |
| Binary | 1001000 | 10101101 | 11011011 | 1000011 | 10101 | 0 | 1110 | 11000111 | 1000011 | 111001 |
Color Harmonies of #48ADDB
Complementary color
Monochromatic Colors of #48ADDB
Black with #48ADDB
Text Example
Text Example
White with #48ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADDB; }
p { color: rgb(72,173,219); }
H1.HeaderClassName
{
color: #48ADDB;
}
.AnyTagClassName
{
color: #48ADDB;
}
</style>
background-color css
<style>
a { background-color: #48ADDB; }
a { background-color: rgb(72,173,219); }
div.DivClassName
{
background-color: #48ADDB;
}
.BgClassName
{
background-color: #48ADDB;
}
</style>
border-color css
<style>
span { border-color: #48ADDB; }
span { border-color: rgb(72,173,219); }
td.TdClassName
{
border-color: #48ADDB;
}
.TagClassName
{
border-color: #48ADDB;
}
</style>