Shades of Aqua #01FFEB
Tints of Aqua #01FFEB
RGB
CMYK
RGB Variations
Color information
#01FFEB (or 0x01FFEB) is known color: Aqua. HEX triplet: 01, FF and EB. RGB value is (1,255,235). Sum of RGB (Red+Green+Blue) = 1+255+235=491 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FFEB is #FE0014. Grayscale: #B0B0B0. Windows color (decimal): -16646165 or 15466241. OLE color: 15466241.
HSL color Cylindrical-coordinate representation of color #01FFEB: hue angle of 175.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFEB is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 235 | - |
| CMYK | 1.00 | 0 | 0.08 | 0 |
| HSL | 175.28º | 1% | 0.5% | - |
| HSV(B) | 175.28º | 1% | 1% | - |
| XYZ | 50.77 | 77.52 | 90.89 | - |
| YUV | 176.77 | 160.85 | 2.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 235 | 1.00 | 0 | 0.08 | 0 | 175.28 | 1 | 0.5 |
| Hex | 1 | FF | EB | 64 | 0 | 8 | 0 | AF | 64 | 32 |
| Octal | 1 | 377 | 353 | 144 | 0 | 10 | 0 | 257 | 144 | 62 |
| Binary | 1 | 11111111 | 11101011 | 1100100 | 0 | 1000 | 0 | 10101111 | 1100100 | 110010 |
Color Harmonies of #01FFEB
Complementary color
Monochromatic Colors of #01FFEB
Black with #01FFEB
Text Example
Text Example
White with #01FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFEB; }
p { color: rgb(1,255,235); }
H1.HeaderClassName
{
color: #01FFEB;
}
.AnyTagClassName
{
color: #01FFEB;
}
</style>
background-color css
<style>
a { background-color: #01FFEB; }
a { background-color: rgb(1,255,235); }
div.DivClassName
{
background-color: #01FFEB;
}
.BgClassName
{
background-color: #01FFEB;
}
</style>
border-color css
<style>
span { border-color: #01FFEB; }
span { border-color: rgb(1,255,235); }
td.TdClassName
{
border-color: #01FFEB;
}
.TagClassName
{
border-color: #01FFEB;
}
</style>