Shades of Summer Sky #28ADF8
Tints of Summer Sky #28ADF8
RGB
CMYK
RGB Variations
Color information
#28ADF8 (or 0x28ADF8) is known color: Summer Sky. HEX triplet: 28, AD and F8. RGB value is (40,173,248). Sum of RGB (Red+Green+Blue) = 40+173+248=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #28ADF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ADF8 is #D75207. Grayscale: #8D8D8D. Windows color (decimal): -14111240 or 16297256. OLE color: 16297256.
HSL color Cylindrical-coordinate representation of color #28ADF8: hue angle of 201.63º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ADF8 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 173 | 248 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.03 |
| HSL | 201.63º | 0.94% | 0.56% | - |
| HSV(B) | 201.63º | 0.84% | 0.97% | - |
| XYZ | 32.76 | 37.12 | 94.24 | - |
| YUV | 141.78 | 187.94 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 248 | 0.84 | 0.30 | 0 | 0.03 | 201.63 | 0.94 | 0.56 |
| Hex | 28 | AD | F8 | 54 | 1E | 0 | 3 | CA | 5E | 38 |
| Octal | 50 | 255 | 370 | 124 | 36 | 0 | 3 | 312 | 136 | 70 |
| Binary | 101000 | 10101101 | 11111000 | 1010100 | 11110 | 0 | 11 | 11001010 | 1011110 | 111000 |
Color Harmonies of #28ADF8
Complementary color
Monochromatic Colors of #28ADF8
Black with #28ADF8
Text Example
Text Example
White with #28ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADF8; }
p { color: rgb(40,173,248); }
H1.HeaderClassName
{
color: #28ADF8;
}
.AnyTagClassName
{
color: #28ADF8;
}
</style>
background-color css
<style>
a { background-color: #28ADF8; }
a { background-color: rgb(40,173,248); }
div.DivClassName
{
background-color: #28ADF8;
}
.BgClassName
{
background-color: #28ADF8;
}
</style>
border-color css
<style>
span { border-color: #28ADF8; }
span { border-color: rgb(40,173,248); }
td.TdClassName
{
border-color: #28ADF8;
}
.TagClassName
{
border-color: #28ADF8;
}
</style>