#01F6FA

Color #01F6FA Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #01F6FA

Tints of Aqua #01F6FA

Color information

#01F6FA (or 0x01F6FA) is unknown color: approx Aqua. HEX triplet: 01, F6 and FA. RGB value is (1,246,250). Sum of RGB (Red+Green+Blue) = 1+246+250=497 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #01F6FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F6FA is #FE0905. Grayscale: #ACACAC. Windows color (decimal): -16648454 or 16446977. OLE color: 16446977.

HSL color Cylindrical-coordinate representation of color #01F6FA: hue angle of 180.96º 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 #01F6FA is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1246250-
CMYK1.000.0200.02
HSL180.96º99.2%49.22%-
HSV(B)180.96º99.6%98.04%-
XYZ50.2272.82101.85-
YUV173.2171.335.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.20%
GREEN value IS 246 (96.48% from 255) = 49.50%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=0.20%
G=49.50%
B=50.30%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12462501.000.0200.02180.9699.249.22
Hex1F6FA64202b56331
Octal136637214420226514361
Binary11111011011111010110010010010101101011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01F6FA; }

 p { color: rgb(1,246,250); }

 H1.HeaderClassName
 {
   color: #01F6FA;
 }
 .AnyTagClassName
 {
   color: #01F6FA;
 }
</style>
background-color css

<style>
 a { background-color: #01F6FA; }

 a { background-color: rgb(1,246,250); }

 div.DivClassName
 {
   background-color: #01F6FA;
 }
 .BgClassName
 {
   background-color: #01F6FA;
 }
</style>
border-color css

<style>
 span { border-color: #01F6FA; }

 span { border-color: rgb(1,246,250); }

 td.TdClassName
 {
   border-color: #01F6FA;
 }
 .TagClassName
 {
   border-color: #01F6FA;
 }
</style>