#01E3F9

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

Shades of Aqua #01E3F9

Tints of Aqua #01E3F9

Color information

#01E3F9 (or 0x01E3F9) is unknown color: approx Aqua. HEX triplet: 01, E3 and F9. RGB value is (1,227,249). Sum of RGB (Red+Green+Blue) = 1+227+249=477 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #01E3F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E3F9 is #FE1C06. Grayscale: #A1A1A1. Windows color (decimal): -16653319 or 16376577. OLE color: 16376577.

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

Color convert

RGB1227249-
CMYK1.000.0900.02
HSL185.32º99.2%49.02%-
HSV(B)185.32º99.6%97.65%-
XYZ44.5861.7899.2-
YUV161.93177.1313.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 227 (89.06% from 255) = 47.59%
BLUE value IS 249 (97.66% from 255) = 52.20%
R=0.21%
G=47.59%
B=52.20%

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
Decimal12272491.000.0900.02185.3299.249.02
Hex1E3F964902b96331
Octal1343371144110227114361
Binary1111000111111100111001001001010101110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,227,249); }

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

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

 a { background-color: rgb(1,227,249); }

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

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

 span { border-color: rgb(1,227,249); }

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