Shades of Summer Sky #48B4ED
Tints of Summer Sky #48B4ED
RGB
CMYK
RGB Variations
Color information
#48B4ED (or 0x48B4ED) is known color: Summer Sky. HEX triplet: 48, B4 and ED. RGB value is (72,180,237). Sum of RGB (Red+Green+Blue) = 72+180+237=489 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.72% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #48B4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B4ED is #B74B12. Grayscale: #999999. Windows color (decimal): -12012307 or 15578184. OLE color: 15578184.
HSL color Cylindrical-coordinate representation of color #48B4ED: hue angle of 200.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48B4ED is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 180 | 237 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.07 |
| HSL | 200.73º | 0.82% | 0.61% | - |
| HSV(B) | 200.73º | 0.7% | 0.93% | - |
| XYZ | 34.28 | 40.13 | 86.06 | - |
| YUV | 154.21 | 174.72 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 180 | 237 | 0.70 | 0.24 | 0 | 0.07 | 200.73 | 0.82 | 0.61 |
| Hex | 48 | B4 | ED | 46 | 18 | 0 | 7 | C9 | 52 | 3D |
| Octal | 110 | 264 | 355 | 106 | 30 | 0 | 7 | 311 | 122 | 75 |
| Binary | 1001000 | 10110100 | 11101101 | 1000110 | 11000 | 0 | 111 | 11001001 | 1010010 | 111101 |
Color Harmonies of #48B4ED
Complementary color
Monochromatic Colors of #48B4ED
Black with #48B4ED
Text Example
Text Example
White with #48B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B4ED; }
p { color: rgb(72,180,237); }
H1.HeaderClassName
{
color: #48B4ED;
}
.AnyTagClassName
{
color: #48B4ED;
}
</style>
background-color css
<style>
a { background-color: #48B4ED; }
a { background-color: rgb(72,180,237); }
div.DivClassName
{
background-color: #48B4ED;
}
.BgClassName
{
background-color: #48B4ED;
}
</style>
border-color css
<style>
span { border-color: #48B4ED; }
span { border-color: rgb(72,180,237); }
td.TdClassName
{
border-color: #48B4ED;
}
.TagClassName
{
border-color: #48B4ED;
}
</style>