Shades of Summer Sky #28ADF5
Tints of Summer Sky #28ADF5
RGB
CMYK
RGB Variations
Color information
#28ADF5 (or 0x28ADF5) is known color: Summer Sky. HEX triplet: 28, AD and F5. RGB value is (40,173,245). Sum of RGB (Red+Green+Blue) = 40+173+245=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #28ADF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ADF5 is #D7520A. Grayscale: #8D8D8D. Windows color (decimal): -14111243 or 16100648. OLE color: 16100648.
HSL color Cylindrical-coordinate representation of color #28ADF5: hue angle of 201.07º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ADF5 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 173 | 245 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.04 |
| HSL | 201.07º | 0.91% | 0.56% | - |
| HSV(B) | 201.07º | 0.84% | 0.96% | - |
| XYZ | 32.3 | 36.93 | 91.81 | - |
| YUV | 141.44 | 186.44 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 245 | 0.84 | 0.29 | 0 | 0.04 | 201.07 | 0.91 | 0.56 |
| Hex | 28 | AD | F5 | 54 | 1D | 0 | 4 | C9 | 5B | 38 |
| Octal | 50 | 255 | 365 | 124 | 35 | 0 | 4 | 311 | 133 | 70 |
| Binary | 101000 | 10101101 | 11110101 | 1010100 | 11101 | 0 | 100 | 11001001 | 1011011 | 111000 |
Color Harmonies of #28ADF5
Complementary color
Monochromatic Colors of #28ADF5
Black with #28ADF5
Text Example
Text Example
White with #28ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADF5; }
p { color: rgb(40,173,245); }
H1.HeaderClassName
{
color: #28ADF5;
}
.AnyTagClassName
{
color: #28ADF5;
}
</style>
background-color css
<style>
a { background-color: #28ADF5; }
a { background-color: rgb(40,173,245); }
div.DivClassName
{
background-color: #28ADF5;
}
.BgClassName
{
background-color: #28ADF5;
}
</style>
border-color css
<style>
span { border-color: #28ADF5; }
span { border-color: rgb(40,173,245); }
td.TdClassName
{
border-color: #28ADF5;
}
.TagClassName
{
border-color: #28ADF5;
}
</style>