Shades of Summer Sky #48BCDE
Tints of Summer Sky #48BCDE
RGB
CMYK
RGB Variations
Color information
#48BCDE (or 0x48BCDE) is known color: Summer Sky. HEX triplet: 48, BC and DE. RGB value is (72,188,222). Sum of RGB (Red+Green+Blue) = 72+188+222=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #48BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCDE is #B74321. Grayscale: #9C9C9C. Windows color (decimal): -12010274 or 14597192. OLE color: 14597192.
HSL color Cylindrical-coordinate representation of color #48BCDE: hue angle of 193.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48BCDE is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 188 | 222 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.13 |
| HSL | 193.6º | 0.69% | 0.58% | - |
| HSV(B) | 193.6º | 0.68% | 0.87% | - |
| XYZ | 33.84 | 42.62 | 75.55 | - |
| YUV | 157.19 | 164.57 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 222 | 0.68 | 0.15 | 0 | 0.13 | 193.6 | 0.69 | 0.58 |
| Hex | 48 | BC | DE | 44 | F | 0 | D | C2 | 45 | 3A |
| Octal | 110 | 274 | 336 | 104 | 17 | 0 | 15 | 302 | 105 | 72 |
| Binary | 1001000 | 10111100 | 11011110 | 1000100 | 1111 | 0 | 1101 | 11000010 | 1000101 | 111010 |
Color Harmonies of #48BCDE
Complementary color
Monochromatic Colors of #48BCDE
Black with #48BCDE
Text Example
Text Example
White with #48BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCDE; }
p { color: rgb(72,188,222); }
H1.HeaderClassName
{
color: #48BCDE;
}
.AnyTagClassName
{
color: #48BCDE;
}
</style>
background-color css
<style>
a { background-color: #48BCDE; }
a { background-color: rgb(72,188,222); }
div.DivClassName
{
background-color: #48BCDE;
}
.BgClassName
{
background-color: #48BCDE;
}
</style>
border-color css
<style>
span { border-color: #48BCDE; }
span { border-color: rgb(72,188,222); }
td.TdClassName
{
border-color: #48BCDE;
}
.TagClassName
{
border-color: #48BCDE;
}
</style>