Shades of Summer Sky #48BFE6
Tints of Summer Sky #48BFE6
RGB
CMYK
RGB Variations
Color information
#48BFE6 (or 0x48BFE6) is known color: Summer Sky. HEX triplet: 48, BF and E6. RGB value is (72,191,230). Sum of RGB (Red+Green+Blue) = 72+191+230=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #48BFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BFE6 is #B74019. Grayscale: #9F9F9F. Windows color (decimal): -12009498 or 15122248. OLE color: 15122248.
HSL color Cylindrical-coordinate representation of color #48BFE6: hue angle of 194.81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48BFE6 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 191 | 230 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.10 |
| HSL | 194.81º | 0.76% | 0.59% | - |
| HSV(B) | 194.81º | 0.69% | 0.9% | - |
| XYZ | 35.59 | 44.35 | 81.55 | - |
| YUV | 159.87 | 167.58 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 230 | 0.69 | 0.17 | 0 | 0.10 | 194.81 | 0.76 | 0.59 |
| Hex | 48 | BF | E6 | 45 | 11 | 0 | A | C3 | 4C | 3B |
| Octal | 110 | 277 | 346 | 105 | 21 | 0 | 12 | 303 | 114 | 73 |
| Binary | 1001000 | 10111111 | 11100110 | 1000101 | 10001 | 0 | 1010 | 11000011 | 1001100 | 111011 |
Color Harmonies of #48BFE6
Complementary color
Monochromatic Colors of #48BFE6
Black with #48BFE6
Text Example
Text Example
White with #48BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFE6; }
p { color: rgb(72,191,230); }
H1.HeaderClassName
{
color: #48BFE6;
}
.AnyTagClassName
{
color: #48BFE6;
}
</style>
background-color css
<style>
a { background-color: #48BFE6; }
a { background-color: rgb(72,191,230); }
div.DivClassName
{
background-color: #48BFE6;
}
.BgClassName
{
background-color: #48BFE6;
}
</style>
border-color css
<style>
span { border-color: #48BFE6; }
span { border-color: rgb(72,191,230); }
td.TdClassName
{
border-color: #48BFE6;
}
.TagClassName
{
border-color: #48BFE6;
}
</style>