Shades of Summer Sky #48BBE2
Tints of Summer Sky #48BBE2
RGB
CMYK
RGB Variations
Color information
#48BBE2 (or 0x48BBE2) is known color: Summer Sky. HEX triplet: 48, BB and E2. RGB value is (72,187,226). Sum of RGB (Red+Green+Blue) = 72+187+226=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #48BBE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBE2 is #B7441D. Grayscale: #9C9C9C. Windows color (decimal): -12010526 or 14859080. OLE color: 14859080.
HSL color Cylindrical-coordinate representation of color #48BBE2: hue angle of 195.19º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48BBE2 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 187 | 226 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.11 |
| HSL | 195.19º | 0.73% | 0.58% | - |
| HSV(B) | 195.19º | 0.68% | 0.89% | - |
| XYZ | 34.17 | 42.41 | 78.34 | - |
| YUV | 157.06 | 166.9 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 187 | 226 | 0.68 | 0.17 | 0 | 0.11 | 195.19 | 0.73 | 0.58 |
| Hex | 48 | BB | E2 | 44 | 11 | 0 | B | C3 | 49 | 3A |
| Octal | 110 | 273 | 342 | 104 | 21 | 0 | 13 | 303 | 111 | 72 |
| Binary | 1001000 | 10111011 | 11100010 | 1000100 | 10001 | 0 | 1011 | 11000011 | 1001001 | 111010 |
Color Harmonies of #48BBE2
Complementary color
Monochromatic Colors of #48BBE2
Black with #48BBE2
Text Example
Text Example
White with #48BBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BBE2; }
p { color: rgb(72,187,226); }
H1.HeaderClassName
{
color: #48BBE2;
}
.AnyTagClassName
{
color: #48BBE2;
}
</style>
background-color css
<style>
a { background-color: #48BBE2; }
a { background-color: rgb(72,187,226); }
div.DivClassName
{
background-color: #48BBE2;
}
.BgClassName
{
background-color: #48BBE2;
}
</style>
border-color css
<style>
span { border-color: #48BBE2; }
span { border-color: rgb(72,187,226); }
td.TdClassName
{
border-color: #48BBE2;
}
.TagClassName
{
border-color: #48BBE2;
}
</style>