Shades of Summer Sky #28AED5
Tints of Summer Sky #28AED5
RGB
CMYK
RGB Variations
Color information
#28AED5 (or 0x28AED5) is known color: Summer Sky. HEX triplet: 28, AE and D5. RGB value is (40,174,213). Sum of RGB (Red+Green+Blue) = 40+174+213=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #28AED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AED5 is #D7512A. Grayscale: #8A8A8A. Windows color (decimal): -14111019 or 14003752. OLE color: 14003752.
HSL color Cylindrical-coordinate representation of color #28AED5: hue angle of 193.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28AED5 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 174 | 213 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.16 |
| HSL | 193.53º | 0.68% | 0.5% | - |
| HSV(B) | 193.53º | 0.81% | 0.84% | - |
| XYZ | 28.02 | 35.53 | 68.33 | - |
| YUV | 138.38 | 170.11 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 213 | 0.81 | 0.18 | 0 | 0.16 | 193.53 | 0.68 | 0.5 |
| Hex | 28 | AE | D5 | 51 | 12 | 0 | 10 | C2 | 44 | 32 |
| Octal | 50 | 256 | 325 | 121 | 22 | 0 | 20 | 302 | 104 | 62 |
| Binary | 101000 | 10101110 | 11010101 | 1010001 | 10010 | 0 | 10000 | 11000010 | 1000100 | 110010 |
Color Harmonies of #28AED5
Complementary color
Monochromatic Colors of #28AED5
Black with #28AED5
Text Example
Text Example
White with #28AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AED5; }
p { color: rgb(40,174,213); }
H1.HeaderClassName
{
color: #28AED5;
}
.AnyTagClassName
{
color: #28AED5;
}
</style>
background-color css
<style>
a { background-color: #28AED5; }
a { background-color: rgb(40,174,213); }
div.DivClassName
{
background-color: #28AED5;
}
.BgClassName
{
background-color: #28AED5;
}
</style>
border-color css
<style>
span { border-color: #28AED5; }
span { border-color: rgb(40,174,213); }
td.TdClassName
{
border-color: #28AED5;
}
.TagClassName
{
border-color: #28AED5;
}
</style>