Shades of Summer Sky #28BAE1
Tints of Summer Sky #28BAE1
RGB
CMYK
RGB Variations
Color information
#28BAE1 (or 0x28BAE1) is known color: Summer Sky. HEX triplet: 28, BA and E1. RGB value is (40,186,225). Sum of RGB (Red+Green+Blue) = 40+186+225=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #28BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAE1 is #D7451E. Grayscale: #929292. Windows color (decimal): -14107935 or 14793256. OLE color: 14793256.
HSL color Cylindrical-coordinate representation of color #28BAE1: hue angle of 192.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BAE1 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 186 | 225 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.12 |
| HSL | 192.65º | 0.76% | 0.52% | - |
| HSV(B) | 192.65º | 0.82% | 0.88% | - |
| XYZ | 32.02 | 41.01 | 77.46 | - |
| YUV | 146.79 | 172.13 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 225 | 0.82 | 0.17 | 0 | 0.12 | 192.65 | 0.76 | 0.52 |
| Hex | 28 | BA | E1 | 52 | 11 | 0 | C | C1 | 4C | 34 |
| Octal | 50 | 272 | 341 | 122 | 21 | 0 | 14 | 301 | 114 | 64 |
| Binary | 101000 | 10111010 | 11100001 | 1010010 | 10001 | 0 | 1100 | 11000001 | 1001100 | 110100 |
Color Harmonies of #28BAE1
Complementary color
Monochromatic Colors of #28BAE1
Black with #28BAE1
Text Example
Text Example
White with #28BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAE1; }
p { color: rgb(40,186,225); }
H1.HeaderClassName
{
color: #28BAE1;
}
.AnyTagClassName
{
color: #28BAE1;
}
</style>
background-color css
<style>
a { background-color: #28BAE1; }
a { background-color: rgb(40,186,225); }
div.DivClassName
{
background-color: #28BAE1;
}
.BgClassName
{
background-color: #28BAE1;
}
</style>
border-color css
<style>
span { border-color: #28BAE1; }
span { border-color: rgb(40,186,225); }
td.TdClassName
{
border-color: #28BAE1;
}
.TagClassName
{
border-color: #28BAE1;
}
</style>