Shades of Summer Sky #48C8E6
Tints of Summer Sky #48C8E6
RGB
CMYK
RGB Variations
Color information
#48C8E6 (or 0x48C8E6) is known color: Summer Sky. HEX triplet: 48, C8 and E6. RGB value is (72,200,230). Sum of RGB (Red+Green+Blue) = 72+200+230=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #48C8E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C8E6 is #B73719. Grayscale: #A4A4A4. Windows color (decimal): -12007194 or 15124552. OLE color: 15124552.
HSL color Cylindrical-coordinate representation of color #48C8E6: hue angle of 191.39º degrees, saturation: 0.76, 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 #48C8E6 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 200 | 230 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.10 |
| HSL | 191.39º | 0.76% | 0.59% | - |
| HSV(B) | 191.39º | 0.69% | 0.9% | - |
| XYZ | 37.61 | 48.4 | 82.22 | - |
| YUV | 165.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 230 | 0.69 | 0.13 | 0 | 0.10 | 191.39 | 0.76 | 0.59 |
| Hex | 48 | C8 | E6 | 45 | D | 0 | A | BF | 4C | 3B |
| Octal | 110 | 310 | 346 | 105 | 15 | 0 | 12 | 277 | 114 | 73 |
| Binary | 1001000 | 11001000 | 11100110 | 1000101 | 1101 | 0 | 1010 | 10111111 | 1001100 | 111011 |
Color Harmonies of #48C8E6
Complementary color
Monochromatic Colors of #48C8E6
Black with #48C8E6
Text Example
Text Example
White with #48C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C8E6; }
p { color: rgb(72,200,230); }
H1.HeaderClassName
{
color: #48C8E6;
}
.AnyTagClassName
{
color: #48C8E6;
}
</style>
background-color css
<style>
a { background-color: #48C8E6; }
a { background-color: rgb(72,200,230); }
div.DivClassName
{
background-color: #48C8E6;
}
.BgClassName
{
background-color: #48C8E6;
}
</style>
border-color css
<style>
span { border-color: #48C8E6; }
span { border-color: rgb(72,200,230); }
td.TdClassName
{
border-color: #48C8E6;
}
.TagClassName
{
border-color: #48C8E6;
}
</style>