Shades of Aqua #28F9FE
Tints of Aqua #28F9FE
RGB
CMYK
RGB Variations
Color information
#28F9FE (or 0x28F9FE) is known color: Aqua. HEX triplet: 28, F9 and FE. RGB value is (40,249,254). Sum of RGB (Red+Green+Blue) = 40+249+254=543 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.37% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #28F9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F9FE is #D70601. Grayscale: #BABABA. Windows color (decimal): -14091778 or 16709928. OLE color: 16709928.
HSL color Cylindrical-coordinate representation of color #28F9FE: hue angle of 181.4º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F9FE is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 249 | 254 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.00 |
| HSL | 181.4º | 0.99% | 0.58% | - |
| HSV(B) | 181.4º | 0.84% | 1% | - |
| XYZ | 52.64 | 75.36 | 105.54 | - |
| YUV | 187.08 | 165.76 | 23.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 254 | 0.84 | 0.02 | 0 | 0.00 | 181.4 | 0.99 | 0.58 |
| Hex | 28 | F9 | FE | 54 | 2 | 0 | 0 | B5 | 63 | 3A |
| Octal | 50 | 371 | 376 | 124 | 2 | 0 | 0 | 265 | 143 | 72 |
| Binary | 101000 | 11111001 | 11111110 | 1010100 | 10 | 0 | 0 | 10110101 | 1100011 | 111010 |
Color Harmonies of #28F9FE
Complementary color
Monochromatic Colors of #28F9FE
Black with #28F9FE
Text Example
Text Example
White with #28F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F9FE; }
p { color: rgb(40,249,254); }
H1.HeaderClassName
{
color: #28F9FE;
}
.AnyTagClassName
{
color: #28F9FE;
}
</style>
background-color css
<style>
a { background-color: #28F9FE; }
a { background-color: rgb(40,249,254); }
div.DivClassName
{
background-color: #28F9FE;
}
.BgClassName
{
background-color: #28F9FE;
}
</style>
border-color css
<style>
span { border-color: #28F9FE; }
span { border-color: rgb(40,249,254); }
td.TdClassName
{
border-color: #28F9FE;
}
.TagClassName
{
border-color: #28F9FE;
}
</style>