Shades of Summer Sky #48C8EB
Tints of Summer Sky #48C8EB
RGB
CMYK
RGB Variations
Color information
#48C8EB (or 0x48C8EB) is known color: Summer Sky. HEX triplet: 48, C8 and EB. RGB value is (72,200,235). Sum of RGB (Red+Green+Blue) = 72+200+235=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #48C8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C8EB is #B73714. Grayscale: #A5A5A5. Windows color (decimal): -12007189 or 15452232. OLE color: 15452232.
HSL color Cylindrical-coordinate representation of color #48C8EB: hue angle of 192.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C8EB is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 200 | 235 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.08 |
| HSL | 192.88º | 0.8% | 0.6% | - |
| HSV(B) | 192.88º | 0.69% | 0.92% | - |
| XYZ | 38.32 | 48.68 | 85.97 | - |
| YUV | 165.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 235 | 0.69 | 0.15 | 0 | 0.08 | 192.88 | 0.8 | 0.6 |
| Hex | 48 | C8 | EB | 45 | F | 0 | 8 | C1 | 50 | 3C |
| Octal | 110 | 310 | 353 | 105 | 17 | 0 | 10 | 301 | 120 | 74 |
| Binary | 1001000 | 11001000 | 11101011 | 1000101 | 1111 | 0 | 1000 | 11000001 | 1010000 | 111100 |
Color Harmonies of #48C8EB
Complementary color
Monochromatic Colors of #48C8EB
Black with #48C8EB
Text Example
Text Example
White with #48C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C8EB; }
p { color: rgb(72,200,235); }
H1.HeaderClassName
{
color: #48C8EB;
}
.AnyTagClassName
{
color: #48C8EB;
}
</style>
background-color css
<style>
a { background-color: #48C8EB; }
a { background-color: rgb(72,200,235); }
div.DivClassName
{
background-color: #48C8EB;
}
.BgClassName
{
background-color: #48C8EB;
}
</style>
border-color css
<style>
span { border-color: #48C8EB; }
span { border-color: rgb(72,200,235); }
td.TdClassName
{
border-color: #48C8EB;
}
.TagClassName
{
border-color: #48C8EB;
}
</style>