Shades of Summer Sky #28ABEB
Tints of Summer Sky #28ABEB
RGB
CMYK
RGB Variations
Color information
#28ABEB (or 0x28ABEB) is known color: Summer Sky. HEX triplet: 28, AB and EB. RGB value is (40,171,235). Sum of RGB (Red+Green+Blue) = 40+171+235=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #28ABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ABEB is #D75414. Grayscale: #8A8A8A. Windows color (decimal): -14111765 or 15444776. OLE color: 15444776.
HSL color Cylindrical-coordinate representation of color #28ABEB: hue angle of 199.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ABEB is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 171 | 235 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.08 |
| HSL | 199.69º | 0.83% | 0.54% | - |
| HSV(B) | 199.69º | 0.83% | 0.92% | - |
| XYZ | 30.43 | 35.58 | 83.86 | - |
| YUV | 139.13 | 182.1 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 235 | 0.83 | 0.27 | 0 | 0.08 | 199.69 | 0.83 | 0.54 |
| Hex | 28 | AB | EB | 53 | 1B | 0 | 8 | C8 | 53 | 36 |
| Octal | 50 | 253 | 353 | 123 | 33 | 0 | 10 | 310 | 123 | 66 |
| Binary | 101000 | 10101011 | 11101011 | 1010011 | 11011 | 0 | 1000 | 11001000 | 1010011 | 110110 |
Color Harmonies of #28ABEB
Complementary color
Monochromatic Colors of #28ABEB
Black with #28ABEB
Text Example
Text Example
White with #28ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABEB; }
p { color: rgb(40,171,235); }
H1.HeaderClassName
{
color: #28ABEB;
}
.AnyTagClassName
{
color: #28ABEB;
}
</style>
background-color css
<style>
a { background-color: #28ABEB; }
a { background-color: rgb(40,171,235); }
div.DivClassName
{
background-color: #28ABEB;
}
.BgClassName
{
background-color: #28ABEB;
}
</style>
border-color css
<style>
span { border-color: #28ABEB; }
span { border-color: rgb(40,171,235); }
td.TdClassName
{
border-color: #28ABEB;
}
.TagClassName
{
border-color: #28ABEB;
}
</style>