Shades of Aqua #28EBFE
Tints of Aqua #28EBFE
RGB
CMYK
RGB Variations
Color information
#28EBFE (or 0x28EBFE) is known color: Aqua. HEX triplet: 28, EB and FE. RGB value is (40,235,254). Sum of RGB (Red+Green+Blue) = 40+235+254=529 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.56% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #28EBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EBFE is #D71401. Grayscale: #B2B2B2. Windows color (decimal): -14095362 or 16706344. OLE color: 16706344.
HSL color Cylindrical-coordinate representation of color #28EBFE: hue angle of 185.33º 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 #28EBFE is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 235 | 254 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.00 |
| HSL | 185.33º | 0.99% | 0.58% | - |
| HSV(B) | 185.33º | 0.84% | 1% | - |
| XYZ | 48.47 | 67.02 | 104.15 | - |
| YUV | 178.86 | 170.4 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 254 | 0.84 | 0.07 | 0 | 0.00 | 185.33 | 0.99 | 0.58 |
| Hex | 28 | EB | FE | 54 | 7 | 0 | 0 | B9 | 63 | 3A |
| Octal | 50 | 353 | 376 | 124 | 7 | 0 | 0 | 271 | 143 | 72 |
| Binary | 101000 | 11101011 | 11111110 | 1010100 | 111 | 0 | 0 | 10111001 | 1100011 | 111010 |
Color Harmonies of #28EBFE
Complementary color
Monochromatic Colors of #28EBFE
Black with #28EBFE
Text Example
Text Example
White with #28EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBFE; }
p { color: rgb(40,235,254); }
H1.HeaderClassName
{
color: #28EBFE;
}
.AnyTagClassName
{
color: #28EBFE;
}
</style>
background-color css
<style>
a { background-color: #28EBFE; }
a { background-color: rgb(40,235,254); }
div.DivClassName
{
background-color: #28EBFE;
}
.BgClassName
{
background-color: #28EBFE;
}
</style>
border-color css
<style>
span { border-color: #28EBFE; }
span { border-color: rgb(40,235,254); }
td.TdClassName
{
border-color: #28EBFE;
}
.TagClassName
{
border-color: #28EBFE;
}
</style>