Shades of Summer Sky #48B2DF
Tints of Summer Sky #48B2DF
RGB
CMYK
RGB Variations
Color information
#48B2DF (or 0x48B2DF) is known color: Summer Sky. HEX triplet: 48, B2 and DF. RGB value is (72,178,223). Sum of RGB (Red+Green+Blue) = 72+178+223=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #48B2DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B2DF is #B74D20. Grayscale: #979797. Windows color (decimal): -12012833 or 14660168. OLE color: 14660168.
HSL color Cylindrical-coordinate representation of color #48B2DF: hue angle of 197.88º degrees, saturation: 0.7, 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 #48B2DF is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 178 | 223 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.13 |
| HSL | 197.88º | 0.7% | 0.58% | - |
| HSV(B) | 197.88º | 0.68% | 0.87% | - |
| XYZ | 31.91 | 38.55 | 75.57 | - |
| YUV | 151.44 | 168.38 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 223 | 0.68 | 0.20 | 0 | 0.13 | 197.88 | 0.7 | 0.58 |
| Hex | 48 | B2 | DF | 44 | 14 | 0 | D | C6 | 46 | 3A |
| Octal | 110 | 262 | 337 | 104 | 24 | 0 | 15 | 306 | 106 | 72 |
| Binary | 1001000 | 10110010 | 11011111 | 1000100 | 10100 | 0 | 1101 | 11000110 | 1000110 | 111010 |
Color Harmonies of #48B2DF
Complementary color
Monochromatic Colors of #48B2DF
Black with #48B2DF
Text Example
Text Example
White with #48B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B2DF; }
p { color: rgb(72,178,223); }
H1.HeaderClassName
{
color: #48B2DF;
}
.AnyTagClassName
{
color: #48B2DF;
}
</style>
background-color css
<style>
a { background-color: #48B2DF; }
a { background-color: rgb(72,178,223); }
div.DivClassName
{
background-color: #48B2DF;
}
.BgClassName
{
background-color: #48B2DF;
}
</style>
border-color css
<style>
span { border-color: #48B2DF; }
span { border-color: rgb(72,178,223); }
td.TdClassName
{
border-color: #48B2DF;
}
.TagClassName
{
border-color: #48B2DF;
}
</style>