Shades of Aqua #28FBFF
Tints of Aqua #28FBFF
RGB
CMYK
RGB Variations
Color information
#28FBFF (or 0x28FBFF) is known color: Aqua. HEX triplet: 28, FB and FF. RGB value is (40,251,255). Sum of RGB (Red+Green+Blue) = 40+251+255=546 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.33% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #28FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FBFF is #D70400. Grayscale: #BCBCBC. Windows color (decimal): -14091265 or 16775976. OLE color: 16775976.
HSL color Cylindrical-coordinate representation of color #28FBFF: hue angle of 181.12º 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 #28FBFF is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 251 | 255 | - |
| CMYK | 0.84 | 0.02 | 0 | 0 |
| HSL | 181.12º | 1% | 0.58% | - |
| HSV(B) | 181.12º | 0.84% | 1% | - |
| XYZ | 53.42 | 76.67 | 106.59 | - |
| YUV | 188.37 | 165.6 | 22.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 255 | 0.84 | 0.02 | 0 | 0 | 181.12 | 1 | 0.58 |
| Hex | 28 | FB | FF | 54 | 2 | 0 | 0 | B5 | 64 | 3A |
| Octal | 50 | 373 | 377 | 124 | 2 | 0 | 0 | 265 | 144 | 72 |
| Binary | 101000 | 11111011 | 11111111 | 1010100 | 10 | 0 | 0 | 10110101 | 1100100 | 111010 |
Color Harmonies of #28FBFF
Complementary color
Monochromatic Colors of #28FBFF
Black with #28FBFF
Text Example
Text Example
White with #28FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FBFF; }
p { color: rgb(40,251,255); }
H1.HeaderClassName
{
color: #28FBFF;
}
.AnyTagClassName
{
color: #28FBFF;
}
</style>
background-color css
<style>
a { background-color: #28FBFF; }
a { background-color: rgb(40,251,255); }
div.DivClassName
{
background-color: #28FBFF;
}
.BgClassName
{
background-color: #28FBFF;
}
</style>
border-color css
<style>
span { border-color: #28FBFF; }
span { border-color: rgb(40,251,255); }
td.TdClassName
{
border-color: #28FBFF;
}
.TagClassName
{
border-color: #28FBFF;
}
</style>