Shades of Summer Sky #28AFF6
Tints of Summer Sky #28AFF6
RGB
CMYK
RGB Variations
Color information
#28AFF6 (or 0x28AFF6) is known color: Summer Sky. HEX triplet: 28, AF and F6. RGB value is (40,175,246). Sum of RGB (Red+Green+Blue) = 40+175+246=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #28AFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFF6 is #D75009. Grayscale: #8E8E8E. Windows color (decimal): -14110730 or 16166696. OLE color: 16166696.
HSL color Cylindrical-coordinate representation of color #28AFF6: hue angle of 200.68º degrees, saturation: 0.92, 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 #28AFF6 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 175 | 246 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.04 |
| HSL | 200.68º | 0.92% | 0.56% | - |
| HSV(B) | 200.68º | 0.84% | 0.96% | - |
| XYZ | 32.84 | 37.76 | 92.75 | - |
| YUV | 142.73 | 186.27 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 246 | 0.84 | 0.29 | 0 | 0.04 | 200.68 | 0.92 | 0.56 |
| Hex | 28 | AF | F6 | 54 | 1D | 0 | 4 | C9 | 5C | 38 |
| Octal | 50 | 257 | 366 | 124 | 35 | 0 | 4 | 311 | 134 | 70 |
| Binary | 101000 | 10101111 | 11110110 | 1010100 | 11101 | 0 | 100 | 11001001 | 1011100 | 111000 |
Color Harmonies of #28AFF6
Complementary color
Monochromatic Colors of #28AFF6
Black with #28AFF6
Text Example
Text Example
White with #28AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFF6; }
p { color: rgb(40,175,246); }
H1.HeaderClassName
{
color: #28AFF6;
}
.AnyTagClassName
{
color: #28AFF6;
}
</style>
background-color css
<style>
a { background-color: #28AFF6; }
a { background-color: rgb(40,175,246); }
div.DivClassName
{
background-color: #28AFF6;
}
.BgClassName
{
background-color: #28AFF6;
}
</style>
border-color css
<style>
span { border-color: #28AFF6; }
span { border-color: rgb(40,175,246); }
td.TdClassName
{
border-color: #28AFF6;
}
.TagClassName
{
border-color: #28AFF6;
}
</style>