Shades of Aqua #01F0F3
Tints of Aqua #01F0F3
RGB
CMYK
RGB Variations
Color information
#01F0F3 (or 0x01F0F3) is known color: Aqua. HEX triplet: 01, F0 and F3. RGB value is (1,240,243). Sum of RGB (Red+Green+Blue) = 1+240+243=484 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #01F0F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F0F3 is #FE0F0C. Grayscale: #A8A8A8. Windows color (decimal): -16649997 or 15986689. OLE color: 15986689.
HSL color Cylindrical-coordinate representation of color #01F0F3: hue angle of 180.74º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F0F3 is Cyan = 1.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 240 | 243 | - |
| CMYK | 1.00 | 0.01 | 0 | 0.05 |
| HSL | 180.74º | 0.99% | 0.48% | - |
| HSV(B) | 180.74º | 1% | 0.95% | - |
| XYZ | 47.35 | 68.8 | 95.58 | - |
| YUV | 168.88 | 169.82 | 8.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 243 | 1.00 | 0.01 | 0 | 0.05 | 180.74 | 0.99 | 0.48 |
| Hex | 1 | F0 | F3 | 64 | 1 | 0 | 5 | B5 | 63 | 30 |
| Octal | 1 | 360 | 363 | 144 | 1 | 0 | 5 | 265 | 143 | 60 |
| Binary | 1 | 11110000 | 11110011 | 1100100 | 1 | 0 | 101 | 10110101 | 1100011 | 110000 |
Color Harmonies of #01F0F3
Complementary color
Monochromatic Colors of #01F0F3
Black with #01F0F3
Text Example
Text Example
White with #01F0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F0F3; }
p { color: rgb(1,240,243); }
H1.HeaderClassName
{
color: #01F0F3;
}
.AnyTagClassName
{
color: #01F0F3;
}
</style>
background-color css
<style>
a { background-color: #01F0F3; }
a { background-color: rgb(1,240,243); }
div.DivClassName
{
background-color: #01F0F3;
}
.BgClassName
{
background-color: #01F0F3;
}
</style>
border-color css
<style>
span { border-color: #01F0F3; }
span { border-color: rgb(1,240,243); }
td.TdClassName
{
border-color: #01F0F3;
}
.TagClassName
{
border-color: #01F0F3;
}
</style>