Shades of Summer Sky #48B4DD
Tints of Summer Sky #48B4DD
RGB
CMYK
RGB Variations
Color information
#48B4DD (or 0x48B4DD) is known color: Summer Sky. HEX triplet: 48, B4 and DD. RGB value is (72,180,221). Sum of RGB (Red+Green+Blue) = 72+180+221=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #48B4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B4DD is #B74B22. Grayscale: #989898. Windows color (decimal): -12012323 or 14529608. OLE color: 14529608.
HSL color Cylindrical-coordinate representation of color #48B4DD: hue angle of 196.51º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48B4DD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 180 | 221 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.13 |
| HSL | 196.51º | 0.69% | 0.57% | - |
| HSV(B) | 196.51º | 0.67% | 0.87% | - |
| XYZ | 32.04 | 39.24 | 74.29 | - |
| YUV | 152.38 | 166.72 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 180 | 221 | 0.67 | 0.19 | 0 | 0.13 | 196.51 | 0.69 | 0.57 |
| Hex | 48 | B4 | DD | 43 | 13 | 0 | D | C5 | 45 | 39 |
| Octal | 110 | 264 | 335 | 103 | 23 | 0 | 15 | 305 | 105 | 71 |
| Binary | 1001000 | 10110100 | 11011101 | 1000011 | 10011 | 0 | 1101 | 11000101 | 1000101 | 111001 |
Color Harmonies of #48B4DD
Complementary color
Monochromatic Colors of #48B4DD
Black with #48B4DD
Text Example
Text Example
White with #48B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B4DD; }
p { color: rgb(72,180,221); }
H1.HeaderClassName
{
color: #48B4DD;
}
.AnyTagClassName
{
color: #48B4DD;
}
</style>
background-color css
<style>
a { background-color: #48B4DD; }
a { background-color: rgb(72,180,221); }
div.DivClassName
{
background-color: #48B4DD;
}
.BgClassName
{
background-color: #48B4DD;
}
</style>
border-color css
<style>
span { border-color: #48B4DD; }
span { border-color: rgb(72,180,221); }
td.TdClassName
{
border-color: #48B4DD;
}
.TagClassName
{
border-color: #48B4DD;
}
</style>