Shades of Aqua #28FAFF
Tints of Aqua #28FAFF
RGB
CMYK
RGB Variations
Color information
#28FAFF (or 0x28FAFF) is known color: Aqua. HEX triplet: 28, FA and FF. RGB value is (40,250,255). Sum of RGB (Red+Green+Blue) = 40+250+255=545 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.34% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #28FAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FAFF is #D70500. Grayscale: #BBBBBB. Windows color (decimal): -14091521 or 16775720. OLE color: 16775720.
HSL color Cylindrical-coordinate representation of color #28FAFF: hue angle of 181.4º 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 #28FAFF is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 250 | 255 | - |
| CMYK | 0.84 | 0.02 | 0 | 0 |
| HSL | 181.4º | 1% | 0.58% | - |
| HSV(B) | 181.4º | 0.84% | 1% | - |
| XYZ | 53.11 | 76.04 | 106.49 | - |
| YUV | 187.78 | 165.93 | 22.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 255 | 0.84 | 0.02 | 0 | 0 | 181.4 | 1 | 0.58 |
| Hex | 28 | FA | FF | 54 | 2 | 0 | 0 | B5 | 64 | 3A |
| Octal | 50 | 372 | 377 | 124 | 2 | 0 | 0 | 265 | 144 | 72 |
| Binary | 101000 | 11111010 | 11111111 | 1010100 | 10 | 0 | 0 | 10110101 | 1100100 | 111010 |
Color Harmonies of #28FAFF
Complementary color
Monochromatic Colors of #28FAFF
Black with #28FAFF
Text Example
Text Example
White with #28FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FAFF; }
p { color: rgb(40,250,255); }
H1.HeaderClassName
{
color: #28FAFF;
}
.AnyTagClassName
{
color: #28FAFF;
}
</style>
background-color css
<style>
a { background-color: #28FAFF; }
a { background-color: rgb(40,250,255); }
div.DivClassName
{
background-color: #28FAFF;
}
.BgClassName
{
background-color: #28FAFF;
}
</style>
border-color css
<style>
span { border-color: #28FAFF; }
span { border-color: rgb(40,250,255); }
td.TdClassName
{
border-color: #28FAFF;
}
.TagClassName
{
border-color: #28FAFF;
}
</style>