Shades of Summer Sky #28AADD
Tints of Summer Sky #28AADD
RGB
CMYK
RGB Variations
Color information
#28AADD (or 0x28AADD) is known color: Summer Sky. HEX triplet: 28, AA and DD. RGB value is (40,170,221). Sum of RGB (Red+Green+Blue) = 40+170+221=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #28AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AADD is #D75522. Grayscale: #888888. Windows color (decimal): -14112035 or 14527016. OLE color: 14527016.
HSL color Cylindrical-coordinate representation of color #28AADD: hue angle of 196.91º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28AADD is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 170 | 221 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.13 |
| HSL | 196.91º | 0.73% | 0.51% | - |
| HSV(B) | 196.91º | 0.82% | 0.87% | - |
| XYZ | 28.3 | 34.42 | 73.56 | - |
| YUV | 136.94 | 175.43 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 221 | 0.82 | 0.23 | 0 | 0.13 | 196.91 | 0.73 | 0.51 |
| Hex | 28 | AA | DD | 52 | 17 | 0 | D | C5 | 49 | 33 |
| Octal | 50 | 252 | 335 | 122 | 27 | 0 | 15 | 305 | 111 | 63 |
| Binary | 101000 | 10101010 | 11011101 | 1010010 | 10111 | 0 | 1101 | 11000101 | 1001001 | 110011 |
Color Harmonies of #28AADD
Complementary color
Monochromatic Colors of #28AADD
Black with #28AADD
Text Example
Text Example
White with #28AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AADD; }
p { color: rgb(40,170,221); }
H1.HeaderClassName
{
color: #28AADD;
}
.AnyTagClassName
{
color: #28AADD;
}
</style>
background-color css
<style>
a { background-color: #28AADD; }
a { background-color: rgb(40,170,221); }
div.DivClassName
{
background-color: #28AADD;
}
.BgClassName
{
background-color: #28AADD;
}
</style>
border-color css
<style>
span { border-color: #28AADD; }
span { border-color: rgb(40,170,221); }
td.TdClassName
{
border-color: #28AADD;
}
.TagClassName
{
border-color: #28AADD;
}
</style>