Shades of Summer Sky #28ADED
Tints of Summer Sky #28ADED
RGB
CMYK
RGB Variations
Color information
#28ADED (or 0x28ADED) is known color: Summer Sky. HEX triplet: 28, AD and ED. RGB value is (40,173,237). Sum of RGB (Red+Green+Blue) = 40+173+237=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #28ADED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ADED is #D75212. Grayscale: #8C8C8C. Windows color (decimal): -14111251 or 15576360. OLE color: 15576360.
HSL color Cylindrical-coordinate representation of color #28ADED: hue angle of 199.49º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ADED is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 173 | 237 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.07 |
| HSL | 199.49º | 0.85% | 0.54% | - |
| HSV(B) | 199.49º | 0.83% | 0.93% | - |
| XYZ | 31.1 | 36.45 | 85.52 | - |
| YUV | 140.53 | 182.44 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 237 | 0.83 | 0.27 | 0 | 0.07 | 199.49 | 0.85 | 0.54 |
| Hex | 28 | AD | ED | 53 | 1B | 0 | 7 | C7 | 55 | 36 |
| Octal | 50 | 255 | 355 | 123 | 33 | 0 | 7 | 307 | 125 | 66 |
| Binary | 101000 | 10101101 | 11101101 | 1010011 | 11011 | 0 | 111 | 11000111 | 1010101 | 110110 |
Color Harmonies of #28ADED
Complementary color
Monochromatic Colors of #28ADED
Black with #28ADED
Text Example
Text Example
White with #28ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADED; }
p { color: rgb(40,173,237); }
H1.HeaderClassName
{
color: #28ADED;
}
.AnyTagClassName
{
color: #28ADED;
}
</style>
background-color css
<style>
a { background-color: #28ADED; }
a { background-color: rgb(40,173,237); }
div.DivClassName
{
background-color: #28ADED;
}
.BgClassName
{
background-color: #28ADED;
}
</style>
border-color css
<style>
span { border-color: #28ADED; }
span { border-color: rgb(40,173,237); }
td.TdClassName
{
border-color: #28ADED;
}
.TagClassName
{
border-color: #28ADED;
}
</style>