#01FBF3

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

Shades of Aqua #01FBF3

Tints of Aqua #01FBF3

Color information

#01FBF3 (or 0x01FBF3) is unknown color: approx Aqua. HEX triplet: 01, FB and F3. RGB value is (1,251,243). Sum of RGB (Red+Green+Blue) = 1+251+243=495 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #01FBF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FBF3 is #FE040C. Grayscale: #AFAFAF. Windows color (decimal): -16647181 or 15989505. OLE color: 15989505.

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

Color convert

RGB1251243-
CMYK1.0000.030.02
HSL178.08º99.21%49.41%-
HSV(B)178.08º99.6%98.43%-
XYZ50.6975.4796.69-
YUV175.34166.183.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.20%
GREEN value IS 251 (98.44% from 255) = 50.71%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=0.20%
G=50.71%
B=49.09%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12512431.0000.030.02178.0899.2149.41
Hex1FBF364032b26331
Octal137336314403226214361
Binary11111101111110011110010001110101100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,251,243); }

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

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

 a { background-color: rgb(1,251,243); }

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

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

 span { border-color: rgb(1,251,243); }

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