Shades of Summer Sky #48BBEC
Tints of Summer Sky #48BBEC
RGB
CMYK
RGB Variations
Color information
#48BBEC (or 0x48BBEC) is known color: Summer Sky. HEX triplet: 48, BB and EC. RGB value is (72,187,236). Sum of RGB (Red+Green+Blue) = 72+187+236=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #48BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BBEC is #B74413. Grayscale: #9D9D9D. Windows color (decimal): -12010516 or 15514440. OLE color: 15514440.
HSL color Cylindrical-coordinate representation of color #48BBEC: hue angle of 197.93º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48BBEC is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 187 | 236 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.07 |
| HSL | 197.93º | 0.81% | 0.6% | - |
| HSV(B) | 197.93º | 0.69% | 0.93% | - |
| XYZ | 35.58 | 42.97 | 85.78 | - |
| YUV | 158.2 | 171.9 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 236 | 0.69 | 0.21 | 0 | 0.07 | 197.93 | 0.81 | 0.6 |
| Hex | 48 | BB | EC | 45 | 15 | 0 | 7 | C6 | 51 | 3C |
| Octal | 110 | 273 | 354 | 105 | 25 | 0 | 7 | 306 | 121 | 74 |
| Binary | 1001000 | 10111011 | 11101100 | 1000101 | 10101 | 0 | 111 | 11000110 | 1010001 | 111100 |
Color Harmonies of #48BBEC
Complementary color
Monochromatic Colors of #48BBEC
Black with #48BBEC
Text Example
Text Example
White with #48BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBEC; }
p { color: rgb(72,187,236); }
H1.HeaderClassName
{
color: #48BBEC;
}
.AnyTagClassName
{
color: #48BBEC;
}
</style>
background-color css
<style>
a { background-color: #48BBEC; }
a { background-color: rgb(72,187,236); }
div.DivClassName
{
background-color: #48BBEC;
}
.BgClassName
{
background-color: #48BBEC;
}
</style>
border-color css
<style>
span { border-color: #48BBEC; }
span { border-color: rgb(72,187,236); }
td.TdClassName
{
border-color: #48BBEC;
}
.TagClassName
{
border-color: #48BBEC;
}
</style>