Shades of Aqua #01E6FB
Tints of Aqua #01E6FB
RGB
CMYK
RGB Variations
Color information
#01E6FB (or 0x01E6FB) is known color: Aqua. HEX triplet: 01, E6 and FB. RGB value is (1,230,251). Sum of RGB (Red+Green+Blue) = 1+230+251=482 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #01E6FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E6FB is #FE1904. Grayscale: #A3A3A3. Windows color (decimal): -16652549 or 16508417. OLE color: 16508417.
HSL color Cylindrical-coordinate representation of color #01E6FB: hue angle of 185.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E6FB is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 230 | 251 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.02 |
| HSL | 185.04º | 0.99% | 0.49% | - |
| HSV(B) | 185.04º | 1% | 0.98% | - |
| XYZ | 45.72 | 63.57 | 101.13 | - |
| YUV | 163.92 | 177.13 | 11.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 251 | 1.00 | 0.08 | 0 | 0.02 | 185.04 | 0.99 | 0.49 |
| Hex | 1 | E6 | FB | 64 | 8 | 0 | 2 | B9 | 63 | 31 |
| Octal | 1 | 346 | 373 | 144 | 10 | 0 | 2 | 271 | 143 | 61 |
| Binary | 1 | 11100110 | 11111011 | 1100100 | 1000 | 0 | 10 | 10111001 | 1100011 | 110001 |
Color Harmonies of #01E6FB
Complementary color
Monochromatic Colors of #01E6FB
Black with #01E6FB
Text Example
Text Example
White with #01E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E6FB; }
p { color: rgb(1,230,251); }
H1.HeaderClassName
{
color: #01E6FB;
}
.AnyTagClassName
{
color: #01E6FB;
}
</style>
background-color css
<style>
a { background-color: #01E6FB; }
a { background-color: rgb(1,230,251); }
div.DivClassName
{
background-color: #01E6FB;
}
.BgClassName
{
background-color: #01E6FB;
}
</style>
border-color css
<style>
span { border-color: #01E6FB; }
span { border-color: rgb(1,230,251); }
td.TdClassName
{
border-color: #01E6FB;
}
.TagClassName
{
border-color: #01E6FB;
}
</style>