Shades of Aqua #28FFF7
Tints of Aqua #28FFF7
RGB
CMYK
RGB Variations
Color information
#28FFF7 (or 0x28FFF7) is known color: Aqua. HEX triplet: 28, FF and F7. RGB value is (40,255,247). Sum of RGB (Red+Green+Blue) = 40+255+247=542 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.38% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FFF7 is #D70008. Grayscale: #BDBDBD. Windows color (decimal): -14090249 or 16252712. OLE color: 16252712.
HSL color Cylindrical-coordinate representation of color #28FFF7: hue angle of 177.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFF7 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 247 | - |
| CMYK | 0.84 | 0 | 0.03 | 0 |
| HSL | 177.77º | 1% | 0.58% | - |
| HSV(B) | 177.77º | 0.84% | 1% | - |
| XYZ | 53.42 | 78.69 | 100.37 | - |
| YUV | 189.8 | 160.27 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 247 | 0.84 | 0 | 0.03 | 0 | 177.77 | 1 | 0.58 |
| Hex | 28 | FF | F7 | 54 | 0 | 3 | 0 | B2 | 64 | 3A |
| Octal | 50 | 377 | 367 | 124 | 0 | 3 | 0 | 262 | 144 | 72 |
| Binary | 101000 | 11111111 | 11110111 | 1010100 | 0 | 11 | 0 | 10110010 | 1100100 | 111010 |
Color Harmonies of #28FFF7
Complementary color
Monochromatic Colors of #28FFF7
Black with #28FFF7
Text Example
Text Example
White with #28FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFF7; }
p { color: rgb(40,255,247); }
H1.HeaderClassName
{
color: #28FFF7;
}
.AnyTagClassName
{
color: #28FFF7;
}
</style>
background-color css
<style>
a { background-color: #28FFF7; }
a { background-color: rgb(40,255,247); }
div.DivClassName
{
background-color: #28FFF7;
}
.BgClassName
{
background-color: #28FFF7;
}
</style>
border-color css
<style>
span { border-color: #28FFF7; }
span { border-color: rgb(40,255,247); }
td.TdClassName
{
border-color: #28FFF7;
}
.TagClassName
{
border-color: #28FFF7;
}
</style>