Html Css Color HEX #01E5FA Aqua

📋 copy color: '#01E5FA'

red 1 ◦ green 229 ◦ blue 250

#01E5FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #01E5FA

Tints of Aqua #01E5FA

RGB

 RED value IS 1 (0.78% from 255) = 0.21%

 GREEN value IS 229 (89.84% from 255) = 47.71%

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 0.21%
G = 47.71%
B = 52.08%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01E5FA (or 0x01E5FA) is known color: Aqua. HEX triplet: 01, E5 and FA. RGB value is (1,229,250). Sum of RGB (Red+Green+Blue) = 1+229+250=480 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #01E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E5FA is #FE1A05. Grayscale: #A2A2A2. Windows color (decimal): -16652806 or 16442625. OLE color: 16442625.

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

Color convert

RGB 1 229 250 -
CMYK 1.00 0.08 0 0.02
HSL 185.06º 0.99% 0.49% -
HSV(B) 185.06º 1% 0.98% -
XYZ 45.29 62.95 100.21 -
YUV 163.22 176.96 12.29 -
System Red Green Blue C M Y K H S L
Decimal 1 229 250 1.00 0.08 0 0.02 185.06 0.99 0.49
Hex 1 E5 FA 64 8 0 2 B9 63 31
Octal 1 345 372 144 10 0 2 271 143 61
Binary 1 11100101 11111010 1100100 1000 0 10 10111001 1100011 110001

Color Harmonies of #01E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E5FA

Black with #01E5FA

Text Example


Text Example

White with #01E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01E5FA;
 }
 .AnyTagClassName
 {
   color: #01E5FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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