Shades of Summer Sky #28AFF5
Tints of Summer Sky #28AFF5
RGB
CMYK
RGB Variations
Color information
#28AFF5 (or 0x28AFF5) is known color: Summer Sky. HEX triplet: 28, AF and F5. RGB value is (40,175,245). Sum of RGB (Red+Green+Blue) = 40+175+245=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #28AFF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFF5 is #D7500A. Grayscale: #8E8E8E. Windows color (decimal): -14110731 or 16101160. OLE color: 16101160.
HSL color Cylindrical-coordinate representation of color #28AFF5: hue angle of 200.49º 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 #28AFF5 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 175 | 245 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.04 |
| HSL | 200.49º | 0.91% | 0.56% | - |
| HSV(B) | 200.49º | 0.84% | 0.96% | - |
| XYZ | 32.69 | 37.7 | 91.94 | - |
| YUV | 142.62 | 185.77 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 245 | 0.84 | 0.29 | 0 | 0.04 | 200.49 | 0.91 | 0.56 |
| Hex | 28 | AF | F5 | 54 | 1D | 0 | 4 | C8 | 5B | 38 |
| Octal | 50 | 257 | 365 | 124 | 35 | 0 | 4 | 310 | 133 | 70 |
| Binary | 101000 | 10101111 | 11110101 | 1010100 | 11101 | 0 | 100 | 11001000 | 1011011 | 111000 |
Color Harmonies of #28AFF5
Complementary color
Monochromatic Colors of #28AFF5
Black with #28AFF5
Text Example
Text Example
White with #28AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFF5; }
p { color: rgb(40,175,245); }
H1.HeaderClassName
{
color: #28AFF5;
}
.AnyTagClassName
{
color: #28AFF5;
}
</style>
background-color css
<style>
a { background-color: #28AFF5; }
a { background-color: rgb(40,175,245); }
div.DivClassName
{
background-color: #28AFF5;
}
.BgClassName
{
background-color: #28AFF5;
}
</style>
border-color css
<style>
span { border-color: #28AFF5; }
span { border-color: rgb(40,175,245); }
td.TdClassName
{
border-color: #28AFF5;
}
.TagClassName
{
border-color: #28AFF5;
}
</style>