Shades of Aqua #28FFF9
Tints of Aqua #28FFF9
RGB
CMYK
RGB Variations
Color information
#28FFF9 (or 0x28FFF9) is known color: Aqua. HEX triplet: 28, FF and F9. RGB value is (40,255,249). Sum of RGB (Red+Green+Blue) = 40+255+249=544 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.35% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FFF9 is #D70006. Grayscale: #BDBDBD. Windows color (decimal): -14090247 or 16383784. OLE color: 16383784.
HSL color Cylindrical-coordinate representation of color #28FFF9: hue angle of 178.33º 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 #28FFF9 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 249 | - |
| CMYK | 0.84 | 0 | 0.02 | 0 |
| HSL | 178.33º | 1% | 0.58% | - |
| HSV(B) | 178.33º | 0.84% | 1% | - |
| XYZ | 53.73 | 78.81 | 102 | - |
| YUV | 190.03 | 161.27 | 20.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 249 | 0.84 | 0 | 0.02 | 0 | 178.33 | 1 | 0.58 |
| Hex | 28 | FF | F9 | 54 | 0 | 2 | 0 | B2 | 64 | 3A |
| Octal | 50 | 377 | 371 | 124 | 0 | 2 | 0 | 262 | 144 | 72 |
| Binary | 101000 | 11111111 | 11111001 | 1010100 | 0 | 10 | 0 | 10110010 | 1100100 | 111010 |
Color Harmonies of #28FFF9
Complementary color
Monochromatic Colors of #28FFF9
Black with #28FFF9
Text Example
Text Example
White with #28FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFF9; }
p { color: rgb(40,255,249); }
H1.HeaderClassName
{
color: #28FFF9;
}
.AnyTagClassName
{
color: #28FFF9;
}
</style>
background-color css
<style>
a { background-color: #28FFF9; }
a { background-color: rgb(40,255,249); }
div.DivClassName
{
background-color: #28FFF9;
}
.BgClassName
{
background-color: #28FFF9;
}
</style>
border-color css
<style>
span { border-color: #28FFF9; }
span { border-color: rgb(40,255,249); }
td.TdClassName
{
border-color: #28FFF9;
}
.TagClassName
{
border-color: #28FFF9;
}
</style>