Shades of Summer Sky #28ADE5
Tints of Summer Sky #28ADE5
RGB
CMYK
RGB Variations
Color information
#28ADE5 (or 0x28ADE5) is known color: Summer Sky. HEX triplet: 28, AD and E5. RGB value is (40,173,229). Sum of RGB (Red+Green+Blue) = 40+173+229=442 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.05% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #28ADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADE5 is #D7521A. Grayscale: #8B8B8B. Windows color (decimal): -14111259 or 15052072. OLE color: 15052072.
HSL color Cylindrical-coordinate representation of color #28ADE5: hue angle of 197.78º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ADE5 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 173 | 229 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.10 |
| HSL | 197.78º | 0.78% | 0.53% | - |
| HSV(B) | 197.78º | 0.83% | 0.9% | - |
| XYZ | 29.96 | 36 | 79.5 | - |
| YUV | 139.62 | 178.44 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 229 | 0.83 | 0.24 | 0 | 0.10 | 197.78 | 0.78 | 0.53 |
| Hex | 28 | AD | E5 | 53 | 18 | 0 | A | C6 | 4E | 35 |
| Octal | 50 | 255 | 345 | 123 | 30 | 0 | 12 | 306 | 116 | 65 |
| Binary | 101000 | 10101101 | 11100101 | 1010011 | 11000 | 0 | 1010 | 11000110 | 1001110 | 110101 |
Color Harmonies of #28ADE5
Complementary color
Monochromatic Colors of #28ADE5
Black with #28ADE5
Text Example
Text Example
White with #28ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADE5; }
p { color: rgb(40,173,229); }
H1.HeaderClassName
{
color: #28ADE5;
}
.AnyTagClassName
{
color: #28ADE5;
}
</style>
background-color css
<style>
a { background-color: #28ADE5; }
a { background-color: rgb(40,173,229); }
div.DivClassName
{
background-color: #28ADE5;
}
.BgClassName
{
background-color: #28ADE5;
}
</style>
border-color css
<style>
span { border-color: #28ADE5; }
span { border-color: rgb(40,173,229); }
td.TdClassName
{
border-color: #28ADE5;
}
.TagClassName
{
border-color: #28ADE5;
}
</style>