Shades of Summer Sky #28BAEC
Tints of Summer Sky #28BAEC
RGB
CMYK
RGB Variations
Color information
#28BAEC (or 0x28BAEC) is known color: Summer Sky. HEX triplet: 28, BA and EC. RGB value is (40,186,236). Sum of RGB (Red+Green+Blue) = 40+186+236=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #28BAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAEC is #D74513. Grayscale: #939393. Windows color (decimal): -14107924 or 15514152. OLE color: 15514152.
HSL color Cylindrical-coordinate representation of color #28BAEC: hue angle of 195.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BAEC is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 186 | 236 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.07 |
| HSL | 195.31º | 0.84% | 0.54% | - |
| HSV(B) | 195.31º | 0.83% | 0.93% | - |
| XYZ | 33.57 | 41.63 | 85.62 | - |
| YUV | 148.05 | 177.63 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 236 | 0.83 | 0.21 | 0 | 0.07 | 195.31 | 0.84 | 0.54 |
| Hex | 28 | BA | EC | 53 | 15 | 0 | 7 | C3 | 54 | 36 |
| Octal | 50 | 272 | 354 | 123 | 25 | 0 | 7 | 303 | 124 | 66 |
| Binary | 101000 | 10111010 | 11101100 | 1010011 | 10101 | 0 | 111 | 11000011 | 1010100 | 110110 |
Color Harmonies of #28BAEC
Complementary color
Monochromatic Colors of #28BAEC
Black with #28BAEC
Text Example
Text Example
White with #28BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAEC; }
p { color: rgb(40,186,236); }
H1.HeaderClassName
{
color: #28BAEC;
}
.AnyTagClassName
{
color: #28BAEC;
}
</style>
background-color css
<style>
a { background-color: #28BAEC; }
a { background-color: rgb(40,186,236); }
div.DivClassName
{
background-color: #28BAEC;
}
.BgClassName
{
background-color: #28BAEC;
}
</style>
border-color css
<style>
span { border-color: #28BAEC; }
span { border-color: rgb(40,186,236); }
td.TdClassName
{
border-color: #28BAEC;
}
.TagClassName
{
border-color: #28BAEC;
}
</style>