Shades of Summer Sky #48BDEF
Tints of Summer Sky #48BDEF
RGB
CMYK
RGB Variations
Color information
#48BDEF (or 0x48BDEF) is known color: Summer Sky. HEX triplet: 48, BD and EF. RGB value is (72,189,239). Sum of RGB (Red+Green+Blue) = 72+189+239=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #48BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BDEF is #B74210. Grayscale: #9F9F9F. Windows color (decimal): -12010001 or 15711560. OLE color: 15711560.
HSL color Cylindrical-coordinate representation of color #48BDEF: hue angle of 197.96º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BDEF is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 189 | 239 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.06 |
| HSL | 197.96º | 0.84% | 0.61% | - |
| HSV(B) | 197.96º | 0.7% | 0.94% | - |
| XYZ | 36.45 | 44 | 88.23 | - |
| YUV | 159.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 239 | 0.70 | 0.21 | 0 | 0.06 | 197.96 | 0.84 | 0.61 |
| Hex | 48 | BD | EF | 46 | 15 | 0 | 6 | C6 | 54 | 3D |
| Octal | 110 | 275 | 357 | 106 | 25 | 0 | 6 | 306 | 124 | 75 |
| Binary | 1001000 | 10111101 | 11101111 | 1000110 | 10101 | 0 | 110 | 11000110 | 1010100 | 111101 |
Color Harmonies of #48BDEF
Complementary color
Monochromatic Colors of #48BDEF
Black with #48BDEF
Text Example
Text Example
White with #48BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BDEF; }
p { color: rgb(72,189,239); }
H1.HeaderClassName
{
color: #48BDEF;
}
.AnyTagClassName
{
color: #48BDEF;
}
</style>
background-color css
<style>
a { background-color: #48BDEF; }
a { background-color: rgb(72,189,239); }
div.DivClassName
{
background-color: #48BDEF;
}
.BgClassName
{
background-color: #48BDEF;
}
</style>
border-color css
<style>
span { border-color: #48BDEF; }
span { border-color: rgb(72,189,239); }
td.TdClassName
{
border-color: #48BDEF;
}
.TagClassName
{
border-color: #48BDEF;
}
</style>