#01E1FA

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

Shades of Aqua #01E1FA

Tints of Aqua #01E1FA

Color information

#01E1FA (or 0x01E1FA) is unknown color: approx Aqua. HEX triplet: 01, E1 and FA. RGB value is (1,225,250). Sum of RGB (Red+Green+Blue) = 1+225+250=476 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #01E1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E1FA is #FE1E05. Grayscale: #A0A0A0. Windows color (decimal): -16653830 or 16441601. OLE color: 16441601.

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

Color convert

RGB1225250-
CMYK1.000.1000.02
HSL186.02º99.2%49.22%-
HSV(B)186.02º99.6%98.04%-
XYZ44.1960.7699.84-
YUV160.87178.2913.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 250 (98.05% from 255) = 52.52%
R=0.21%
G=47.27%
B=52.52%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12252501.000.1000.02186.0299.249.22
Hex1E1FA64A02ba6331
Octal1341372144120227214361
Binary1111000011111101011001001010010101110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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