#01E4FA

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

Shades of Aqua #01E4FA

Tints of Aqua #01E4FA

Color information

#01E4FA (or 0x01E4FA) is unknown color: approx Aqua. HEX triplet: 01, E4 and FA. RGB value is (1,228,250). Sum of RGB (Red+Green+Blue) = 1+228+250=479 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #01E4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E4FA is #FE1B05. Grayscale: #A2A2A2. Windows color (decimal): -16653062 or 16442369. OLE color: 16442369.

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

Color convert

RGB1228250-
CMYK1.000.0900.02
HSL185.3º99.2%49.22%-
HSV(B)185.3º99.6%98.04%-
XYZ45.0162.4100.11-
YUV162.64177.2912.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 228 (89.45% from 255) = 47.60%
BLUE value IS 250 (98.05% from 255) = 52.19%
R=0.21%
G=47.60%
B=52.19%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12282501.000.0900.02185.399.249.22
Hex1E4FA64902b96331
Octal1344372144110227114361
Binary1111001001111101011001001001010101110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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