Shades of Aqua #28E9FF
Tints of Aqua #28E9FF
RGB
CMYK
RGB Variations
Color information
#28E9FF (or 0x28E9FF) is known color: Aqua. HEX triplet: 28, E9 and FF. RGB value is (40,233,255). Sum of RGB (Red+Green+Blue) = 40+233+255=528 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.58% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #28E9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28E9FF is #D71600. Grayscale: #B1B1B1. Windows color (decimal): -14095873 or 16771368. OLE color: 16771368.
HSL color Cylindrical-coordinate representation of color #28E9FF: hue angle of 186.14º 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 #28E9FF is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 233 | 255 | - |
| CMYK | 0.84 | 0.09 | 0 | 0 |
| HSL | 186.14º | 1% | 0.58% | - |
| HSV(B) | 186.14º | 0.84% | 1% | - |
| XYZ | 48.06 | 65.95 | 104.8 | - |
| YUV | 177.8 | 171.56 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 255 | 0.84 | 0.09 | 0 | 0 | 186.14 | 1 | 0.58 |
| Hex | 28 | E9 | FF | 54 | 9 | 0 | 0 | BA | 64 | 3A |
| Octal | 50 | 351 | 377 | 124 | 11 | 0 | 0 | 272 | 144 | 72 |
| Binary | 101000 | 11101001 | 11111111 | 1010100 | 1001 | 0 | 0 | 10111010 | 1100100 | 111010 |
Color Harmonies of #28E9FF
Complementary color
Monochromatic Colors of #28E9FF
Black with #28E9FF
Text Example
Text Example
White with #28E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E9FF; }
p { color: rgb(40,233,255); }
H1.HeaderClassName
{
color: #28E9FF;
}
.AnyTagClassName
{
color: #28E9FF;
}
</style>
background-color css
<style>
a { background-color: #28E9FF; }
a { background-color: rgb(40,233,255); }
div.DivClassName
{
background-color: #28E9FF;
}
.BgClassName
{
background-color: #28E9FF;
}
</style>
border-color css
<style>
span { border-color: #28E9FF; }
span { border-color: rgb(40,233,255); }
td.TdClassName
{
border-color: #28E9FF;
}
.TagClassName
{
border-color: #28E9FF;
}
</style>