Shades of Summer Sky #48BFDB
Tints of Summer Sky #48BFDB
RGB
CMYK
RGB Variations
Color information
#48BFDB (or 0x48BFDB) is known color: Summer Sky. HEX triplet: 48, BF and DB. RGB value is (72,191,219). Sum of RGB (Red+Green+Blue) = 72+191+219=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #48BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFDB is #B74024. Grayscale: #9E9E9E. Windows color (decimal): -12009509 or 14401352. OLE color: 14401352.
HSL color Cylindrical-coordinate representation of color #48BFDB: hue angle of 191.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BFDB is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 191 | 219 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.14 |
| HSL | 191.43º | 0.67% | 0.57% | - |
| HSV(B) | 191.43º | 0.67% | 0.86% | - |
| XYZ | 34.09 | 43.75 | 73.67 | - |
| YUV | 158.61 | 162.08 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 219 | 0.67 | 0.13 | 0 | 0.14 | 191.43 | 0.67 | 0.57 |
| Hex | 48 | BF | DB | 43 | D | 0 | E | BF | 43 | 39 |
| Octal | 110 | 277 | 333 | 103 | 15 | 0 | 16 | 277 | 103 | 71 |
| Binary | 1001000 | 10111111 | 11011011 | 1000011 | 1101 | 0 | 1110 | 10111111 | 1000011 | 111001 |
Color Harmonies of #48BFDB
Complementary color
Monochromatic Colors of #48BFDB
Black with #48BFDB
Text Example
Text Example
White with #48BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFDB; }
p { color: rgb(72,191,219); }
H1.HeaderClassName
{
color: #48BFDB;
}
.AnyTagClassName
{
color: #48BFDB;
}
</style>
background-color css
<style>
a { background-color: #48BFDB; }
a { background-color: rgb(72,191,219); }
div.DivClassName
{
background-color: #48BFDB;
}
.BgClassName
{
background-color: #48BFDB;
}
</style>
border-color css
<style>
span { border-color: #48BFDB; }
span { border-color: rgb(72,191,219); }
td.TdClassName
{
border-color: #48BFDB;
}
.TagClassName
{
border-color: #48BFDB;
}
</style>