Shades of Summer Sky #28AED4
Tints of Summer Sky #28AED4
RGB
CMYK
RGB Variations
Color information
#28AED4 (or 0x28AED4) is known color: Summer Sky. HEX triplet: 28, AE and D4. RGB value is (40,174,212). Sum of RGB (Red+Green+Blue) = 40+174+212=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #28AED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AED4 is #D7512B. Grayscale: #898989. Windows color (decimal): -14111020 or 13938216. OLE color: 13938216.
HSL color Cylindrical-coordinate representation of color #28AED4: hue angle of 193.26º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28AED4 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 174 | 212 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.17 |
| HSL | 193.26º | 0.68% | 0.49% | - |
| HSV(B) | 193.26º | 0.81% | 0.83% | - |
| XYZ | 27.89 | 35.48 | 67.66 | - |
| YUV | 138.27 | 169.61 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 212 | 0.81 | 0.18 | 0 | 0.17 | 193.26 | 0.68 | 0.49 |
| Hex | 28 | AE | D4 | 51 | 12 | 0 | 11 | C1 | 44 | 31 |
| Octal | 50 | 256 | 324 | 121 | 22 | 0 | 21 | 301 | 104 | 61 |
| Binary | 101000 | 10101110 | 11010100 | 1010001 | 10010 | 0 | 10001 | 11000001 | 1000100 | 110001 |
Color Harmonies of #28AED4
Complementary color
Monochromatic Colors of #28AED4
Black with #28AED4
Text Example
Text Example
White with #28AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AED4; }
p { color: rgb(40,174,212); }
H1.HeaderClassName
{
color: #28AED4;
}
.AnyTagClassName
{
color: #28AED4;
}
</style>
background-color css
<style>
a { background-color: #28AED4; }
a { background-color: rgb(40,174,212); }
div.DivClassName
{
background-color: #28AED4;
}
.BgClassName
{
background-color: #28AED4;
}
</style>
border-color css
<style>
span { border-color: #28AED4; }
span { border-color: rgb(40,174,212); }
td.TdClassName
{
border-color: #28AED4;
}
.TagClassName
{
border-color: #28AED4;
}
</style>