Shades of Aqua #28ECFE
Tints of Aqua #28ECFE
RGB
CMYK
RGB Variations
Color information
#28ECFE (or 0x28ECFE) is known color: Aqua. HEX triplet: 28, EC and FE. RGB value is (40,236,254). Sum of RGB (Red+Green+Blue) = 40+236+254=530 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.55% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #28ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28ECFE is #D71301. Grayscale: #B3B3B3. Windows color (decimal): -14095106 or 16706600. OLE color: 16706600.
HSL color Cylindrical-coordinate representation of color #28ECFE: hue angle of 185.05º 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 #28ECFE is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 236 | 254 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.00 |
| HSL | 185.05º | 0.99% | 0.58% | - |
| HSV(B) | 185.05º | 0.84% | 1% | - |
| XYZ | 48.76 | 67.6 | 104.24 | - |
| YUV | 179.45 | 170.07 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 254 | 0.84 | 0.07 | 0 | 0.00 | 185.05 | 0.99 | 0.58 |
| Hex | 28 | EC | FE | 54 | 7 | 0 | 0 | B9 | 63 | 3A |
| Octal | 50 | 354 | 376 | 124 | 7 | 0 | 0 | 271 | 143 | 72 |
| Binary | 101000 | 11101100 | 11111110 | 1010100 | 111 | 0 | 0 | 10111001 | 1100011 | 111010 |
Color Harmonies of #28ECFE
Complementary color
Monochromatic Colors of #28ECFE
Black with #28ECFE
Text Example
Text Example
White with #28ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECFE; }
p { color: rgb(40,236,254); }
H1.HeaderClassName
{
color: #28ECFE;
}
.AnyTagClassName
{
color: #28ECFE;
}
</style>
background-color css
<style>
a { background-color: #28ECFE; }
a { background-color: rgb(40,236,254); }
div.DivClassName
{
background-color: #28ECFE;
}
.BgClassName
{
background-color: #28ECFE;
}
</style>
border-color css
<style>
span { border-color: #28ECFE; }
span { border-color: rgb(40,236,254); }
td.TdClassName
{
border-color: #28ECFE;
}
.TagClassName
{
border-color: #28ECFE;
}
</style>