Shades of Summer Sky #48BEDC
Tints of Summer Sky #48BEDC
RGB
CMYK
RGB Variations
Color information
#48BEDC (or 0x48BEDC) is known color: Summer Sky. HEX triplet: 48, BE and DC. RGB value is (72,190,220). Sum of RGB (Red+Green+Blue) = 72+190+220=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #48BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEDC is #B74123. Grayscale: #9D9D9D. Windows color (decimal): -12009764 or 14466632. OLE color: 14466632.
HSL color Cylindrical-coordinate representation of color #48BEDC: hue angle of 192.16º 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 #48BEDC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 190 | 220 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.14 |
| HSL | 192.16º | 0.68% | 0.57% | - |
| HSV(B) | 192.16º | 0.67% | 0.86% | - |
| XYZ | 34 | 43.37 | 74.29 | - |
| YUV | 158.14 | 162.91 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 220 | 0.67 | 0.14 | 0 | 0.14 | 192.16 | 0.68 | 0.57 |
| Hex | 48 | BE | DC | 43 | E | 0 | E | C0 | 44 | 39 |
| Octal | 110 | 276 | 334 | 103 | 16 | 0 | 16 | 300 | 104 | 71 |
| Binary | 1001000 | 10111110 | 11011100 | 1000011 | 1110 | 0 | 1110 | 11000000 | 1000100 | 111001 |
Color Harmonies of #48BEDC
Complementary color
Monochromatic Colors of #48BEDC
Black with #48BEDC
Text Example
Text Example
White with #48BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BEDC; }
p { color: rgb(72,190,220); }
H1.HeaderClassName
{
color: #48BEDC;
}
.AnyTagClassName
{
color: #48BEDC;
}
</style>
background-color css
<style>
a { background-color: #48BEDC; }
a { background-color: rgb(72,190,220); }
div.DivClassName
{
background-color: #48BEDC;
}
.BgClassName
{
background-color: #48BEDC;
}
</style>
border-color css
<style>
span { border-color: #48BEDC; }
span { border-color: rgb(72,190,220); }
td.TdClassName
{
border-color: #48BEDC;
}
.TagClassName
{
border-color: #48BEDC;
}
</style>