Shades of Summer Sky #48C0DB
Tints of Summer Sky #48C0DB
RGB
CMYK
RGB Variations
Color information
#48C0DB (or 0x48C0DB) is known color: Summer Sky. HEX triplet: 48, C0 and DB. RGB value is (72,192,219). Sum of RGB (Red+Green+Blue) = 72+192+219=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #48C0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0DB is #B73F24. Grayscale: #9E9E9E. Windows color (decimal): -12009253 or 14401608. OLE color: 14401608.
HSL color Cylindrical-coordinate representation of color #48C0DB: hue angle of 191.02º 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 #48C0DB is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 192 | 219 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.14 |
| HSL | 191.02º | 0.67% | 0.57% | - |
| HSV(B) | 191.02º | 0.67% | 0.86% | - |
| XYZ | 34.31 | 44.19 | 73.74 | - |
| YUV | 159.2 | 161.74 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 219 | 0.67 | 0.12 | 0 | 0.14 | 191.02 | 0.67 | 0.57 |
| Hex | 48 | C0 | DB | 43 | C | 0 | E | BF | 43 | 39 |
| Octal | 110 | 300 | 333 | 103 | 14 | 0 | 16 | 277 | 103 | 71 |
| Binary | 1001000 | 11000000 | 11011011 | 1000011 | 1100 | 0 | 1110 | 10111111 | 1000011 | 111001 |
Color Harmonies of #48C0DB
Complementary color
Monochromatic Colors of #48C0DB
Black with #48C0DB
Text Example
Text Example
White with #48C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C0DB; }
p { color: rgb(72,192,219); }
H1.HeaderClassName
{
color: #48C0DB;
}
.AnyTagClassName
{
color: #48C0DB;
}
</style>
background-color css
<style>
a { background-color: #48C0DB; }
a { background-color: rgb(72,192,219); }
div.DivClassName
{
background-color: #48C0DB;
}
.BgClassName
{
background-color: #48C0DB;
}
</style>
border-color css
<style>
span { border-color: #48C0DB; }
span { border-color: rgb(72,192,219); }
td.TdClassName
{
border-color: #48C0DB;
}
.TagClassName
{
border-color: #48C0DB;
}
</style>