Shades of Summer Sky #28ACE4
Tints of Summer Sky #28ACE4
RGB
CMYK
RGB Variations
Color information
#28ACE4 (or 0x28ACE4) is known color: Summer Sky. HEX triplet: 28, AC and E4. RGB value is (40,172,228). Sum of RGB (Red+Green+Blue) = 40+172+228=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #28ACE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACE4 is #D7531B. Grayscale: #8A8A8A. Windows color (decimal): -14111516 or 14986280. OLE color: 14986280.
HSL color Cylindrical-coordinate representation of color #28ACE4: hue angle of 197.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28ACE4 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 172 | 228 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.11 |
| HSL | 197.87º | 0.78% | 0.53% | - |
| HSV(B) | 197.87º | 0.82% | 0.89% | - |
| XYZ | 29.63 | 35.56 | 78.7 | - |
| YUV | 138.92 | 178.27 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 228 | 0.82 | 0.25 | 0 | 0.11 | 197.87 | 0.78 | 0.53 |
| Hex | 28 | AC | E4 | 52 | 19 | 0 | B | C6 | 4E | 35 |
| Octal | 50 | 254 | 344 | 122 | 31 | 0 | 13 | 306 | 116 | 65 |
| Binary | 101000 | 10101100 | 11100100 | 1010010 | 11001 | 0 | 1011 | 11000110 | 1001110 | 110101 |
Color Harmonies of #28ACE4
Complementary color
Monochromatic Colors of #28ACE4
Black with #28ACE4
Text Example
Text Example
White with #28ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACE4; }
p { color: rgb(40,172,228); }
H1.HeaderClassName
{
color: #28ACE4;
}
.AnyTagClassName
{
color: #28ACE4;
}
</style>
background-color css
<style>
a { background-color: #28ACE4; }
a { background-color: rgb(40,172,228); }
div.DivClassName
{
background-color: #28ACE4;
}
.BgClassName
{
background-color: #28ACE4;
}
</style>
border-color css
<style>
span { border-color: #28ACE4; }
span { border-color: rgb(40,172,228); }
td.TdClassName
{
border-color: #28ACE4;
}
.TagClassName
{
border-color: #28ACE4;
}
</style>