Shades of Summer Sky #48BFDC
Tints of Summer Sky #48BFDC
RGB
CMYK
RGB Variations
Color information
#48BFDC (or 0x48BFDC) is known color: Summer Sky. HEX triplet: 48, BF and DC. RGB value is (72,191,220). Sum of RGB (Red+Green+Blue) = 72+191+220=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #48BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFDC is #B74023. Grayscale: #9E9E9E. Windows color (decimal): -12009508 or 14466888. OLE color: 14466888.
HSL color Cylindrical-coordinate representation of color #48BFDC: hue angle of 191.76º degrees, saturation: 0.68, 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 #48BFDC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 191 | 220 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.14 |
| HSL | 191.76º | 0.68% | 0.57% | - |
| HSV(B) | 191.76º | 0.67% | 0.86% | - |
| XYZ | 34.22 | 43.81 | 74.36 | - |
| YUV | 158.73 | 162.58 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 220 | 0.67 | 0.13 | 0 | 0.14 | 191.76 | 0.68 | 0.57 |
| Hex | 48 | BF | DC | 43 | D | 0 | E | C0 | 44 | 39 |
| Octal | 110 | 277 | 334 | 103 | 15 | 0 | 16 | 300 | 104 | 71 |
| Binary | 1001000 | 10111111 | 11011100 | 1000011 | 1101 | 0 | 1110 | 11000000 | 1000100 | 111001 |
Color Harmonies of #48BFDC
Complementary color
Monochromatic Colors of #48BFDC
Black with #48BFDC
Text Example
Text Example
White with #48BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFDC; }
p { color: rgb(72,191,220); }
H1.HeaderClassName
{
color: #48BFDC;
}
.AnyTagClassName
{
color: #48BFDC;
}
</style>
background-color css
<style>
a { background-color: #48BFDC; }
a { background-color: rgb(72,191,220); }
div.DivClassName
{
background-color: #48BFDC;
}
.BgClassName
{
background-color: #48BFDC;
}
</style>
border-color css
<style>
span { border-color: #48BFDC; }
span { border-color: rgb(72,191,220); }
td.TdClassName
{
border-color: #48BFDC;
}
.TagClassName
{
border-color: #48BFDC;
}
</style>