Shades of Summer Sky #28ABE2
Tints of Summer Sky #28ABE2
RGB
CMYK
RGB Variations
Color information
#28ABE2 (or 0x28ABE2) is known color: Summer Sky. HEX triplet: 28, AB and E2. RGB value is (40,171,226). Sum of RGB (Red+Green+Blue) = 40+171+226=437 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.15% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 226 (88.67% from 255 or 51.72% from 437); Max value from RGB is 226 - color contains mainly: blue. Hex color #28ABE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABE2 is #D7541D. Grayscale: #898989. Windows color (decimal): -14111774 or 14854952. OLE color: 14854952.
HSL color Cylindrical-coordinate representation of color #28ABE2: hue angle of 197.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28ABE2 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 171 | 226 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.11 |
| HSL | 197.74º | 0.76% | 0.52% | - |
| HSV(B) | 197.74º | 0.82% | 0.89% | - |
| XYZ | 29.17 | 35.07 | 77.18 | - |
| YUV | 138.1 | 177.6 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 226 | 0.82 | 0.24 | 0 | 0.11 | 197.74 | 0.76 | 0.52 |
| Hex | 28 | AB | E2 | 52 | 18 | 0 | B | C6 | 4C | 34 |
| Octal | 50 | 253 | 342 | 122 | 30 | 0 | 13 | 306 | 114 | 64 |
| Binary | 101000 | 10101011 | 11100010 | 1010010 | 11000 | 0 | 1011 | 11000110 | 1001100 | 110100 |
Color Harmonies of #28ABE2
Complementary color
Monochromatic Colors of #28ABE2
Black with #28ABE2
Text Example
Text Example
White with #28ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABE2; }
p { color: rgb(40,171,226); }
H1.HeaderClassName
{
color: #28ABE2;
}
.AnyTagClassName
{
color: #28ABE2;
}
</style>
background-color css
<style>
a { background-color: #28ABE2; }
a { background-color: rgb(40,171,226); }
div.DivClassName
{
background-color: #28ABE2;
}
.BgClassName
{
background-color: #28ABE2;
}
</style>
border-color css
<style>
span { border-color: #28ABE2; }
span { border-color: rgb(40,171,226); }
td.TdClassName
{
border-color: #28ABE2;
}
.TagClassName
{
border-color: #28ABE2;
}
</style>