Shades of Summer Sky #48B4DB
Tints of Summer Sky #48B4DB
RGB
CMYK
RGB Variations
Color information
#48B4DB (or 0x48B4DB) is known color: Summer Sky. HEX triplet: 48, B4 and DB. RGB value is (72,180,219). Sum of RGB (Red+Green+Blue) = 72+180+219=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #48B4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B4DB is #B74B24. Grayscale: #979797. Windows color (decimal): -12012325 or 14398536. OLE color: 14398536.
HSL color Cylindrical-coordinate representation of color #48B4DB: hue angle of 195.92º 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 #48B4DB is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 180 | 219 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.14 |
| HSL | 195.92º | 0.67% | 0.57% | - |
| HSV(B) | 195.92º | 0.67% | 0.86% | - |
| XYZ | 31.78 | 39.13 | 72.9 | - |
| YUV | 152.15 | 165.72 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 180 | 219 | 0.67 | 0.18 | 0 | 0.14 | 195.92 | 0.67 | 0.57 |
| Hex | 48 | B4 | DB | 43 | 12 | 0 | E | C4 | 43 | 39 |
| Octal | 110 | 264 | 333 | 103 | 22 | 0 | 16 | 304 | 103 | 71 |
| Binary | 1001000 | 10110100 | 11011011 | 1000011 | 10010 | 0 | 1110 | 11000100 | 1000011 | 111001 |
Color Harmonies of #48B4DB
Complementary color
Monochromatic Colors of #48B4DB
Black with #48B4DB
Text Example
Text Example
White with #48B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B4DB; }
p { color: rgb(72,180,219); }
H1.HeaderClassName
{
color: #48B4DB;
}
.AnyTagClassName
{
color: #48B4DB;
}
</style>
background-color css
<style>
a { background-color: #48B4DB; }
a { background-color: rgb(72,180,219); }
div.DivClassName
{
background-color: #48B4DB;
}
.BgClassName
{
background-color: #48B4DB;
}
</style>
border-color css
<style>
span { border-color: #48B4DB; }
span { border-color: rgb(72,180,219); }
td.TdClassName
{
border-color: #48B4DB;
}
.TagClassName
{
border-color: #48B4DB;
}
</style>