Shades of Summer Sky #48C0DC
Tints of Summer Sky #48C0DC
RGB
CMYK
RGB Variations
Color information
#48C0DC (or 0x48C0DC) is known color: Summer Sky. HEX triplet: 48, C0 and DC. RGB value is (72,192,220). Sum of RGB (Red+Green+Blue) = 72+192+220=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #48C0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0DC is #B73F23. Grayscale: #9F9F9F. Windows color (decimal): -12009252 or 14467144. OLE color: 14467144.
HSL color Cylindrical-coordinate representation of color #48C0DC: hue angle of 191.35º degrees, saturation: 0.68, 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 #48C0DC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 192 | 220 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.14 |
| HSL | 191.35º | 0.68% | 0.57% | - |
| HSV(B) | 191.35º | 0.67% | 0.86% | - |
| XYZ | 34.44 | 44.24 | 74.43 | - |
| YUV | 159.31 | 162.24 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 220 | 0.67 | 0.13 | 0 | 0.14 | 191.35 | 0.68 | 0.57 |
| Hex | 48 | C0 | DC | 43 | D | 0 | E | BF | 44 | 39 |
| Octal | 110 | 300 | 334 | 103 | 15 | 0 | 16 | 277 | 104 | 71 |
| Binary | 1001000 | 11000000 | 11011100 | 1000011 | 1101 | 0 | 1110 | 10111111 | 1000100 | 111001 |
Color Harmonies of #48C0DC
Complementary color
Monochromatic Colors of #48C0DC
Black with #48C0DC
Text Example
Text Example
White with #48C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C0DC; }
p { color: rgb(72,192,220); }
H1.HeaderClassName
{
color: #48C0DC;
}
.AnyTagClassName
{
color: #48C0DC;
}
</style>
background-color css
<style>
a { background-color: #48C0DC; }
a { background-color: rgb(72,192,220); }
div.DivClassName
{
background-color: #48C0DC;
}
.BgClassName
{
background-color: #48C0DC;
}
</style>
border-color css
<style>
span { border-color: #48C0DC; }
span { border-color: rgb(72,192,220); }
td.TdClassName
{
border-color: #48C0DC;
}
.TagClassName
{
border-color: #48C0DC;
}
</style>