Shades of Aqua #05FFF1
Tints of Aqua #05FFF1
RGB
CMYK
RGB Variations
Color information
#05FFF1 (or 0x05FFF1) is known color: Aqua. HEX triplet: 05, FF and F1. RGB value is (5,255,241). Sum of RGB (Red+Green+Blue) = 5+255+241=501 (66% of max value = 765). Red value is 5 (2.34% from 255 or 1.00% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FFF1 is #FA000E. Grayscale: #B2B2B2. Windows color (decimal): -16384015 or 15859461. OLE color: 15859461.
HSL color Cylindrical-coordinate representation of color #05FFF1: hue angle of 176.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFF1 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 241 | - |
| CMYK | 0.98 | 0 | 0.05 | 0 |
| HSL | 176.64º | 1% | 0.51% | - |
| HSV(B) | 176.64º | 0.98% | 1% | - |
| XYZ | 51.7 | 77.9 | 95.53 | - |
| YUV | 178.65 | 163.18 | 4.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 241 | 0.98 | 0 | 0.05 | 0 | 176.64 | 1 | 0.51 |
| Hex | 5 | FF | F1 | 62 | 0 | 5 | 0 | B1 | 64 | 33 |
| Octal | 5 | 377 | 361 | 142 | 0 | 5 | 0 | 261 | 144 | 63 |
| Binary | 101 | 11111111 | 11110001 | 1100010 | 0 | 101 | 0 | 10110001 | 1100100 | 110011 |
Color Harmonies of #05FFF1
Complementary color
Monochromatic Colors of #05FFF1
Black with #05FFF1
Text Example
Text Example
White with #05FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFF1; }
p { color: rgb(5,255,241); }
H1.HeaderClassName
{
color: #05FFF1;
}
.AnyTagClassName
{
color: #05FFF1;
}
</style>
background-color css
<style>
a { background-color: #05FFF1; }
a { background-color: rgb(5,255,241); }
div.DivClassName
{
background-color: #05FFF1;
}
.BgClassName
{
background-color: #05FFF1;
}
</style>
border-color css
<style>
span { border-color: #05FFF1; }
span { border-color: rgb(5,255,241); }
td.TdClassName
{
border-color: #05FFF1;
}
.TagClassName
{
border-color: #05FFF1;
}
</style>