Html Css Color HEX #01E5FB Aqua

📋 copy color: '#01E5FB'

red 1 ◦ green 229 ◦ blue 251

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

Shades of Aqua #01E5FB

Tints of Aqua #01E5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 0.21%
G = 47.61%
B = 52.18%

CMYK

 C value IS 1.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01E5FB (or 0x01E5FB) is known color: Aqua. HEX triplet: 01, E5 and FB. RGB value is (1,229,251). Sum of RGB (Red+Green+Blue) = 1+229+251=481 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #01E5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E5FB is #FE1A04. Grayscale: #A3A3A3. Windows color (decimal): -16652805 or 16508161. OLE color: 16508161.

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

Color convert

RGB 1 229 251 -
CMYK 1.00 0.09 0 0.02
HSL 185.28º 0.99% 0.49% -
HSV(B) 185.28º 1% 0.98% -
XYZ 45.44 63.01 101.03 -
YUV 163.34 177.46 12.21 -
System Red Green Blue C M Y K H S L
Decimal 1 229 251 1.00 0.09 0 0.02 185.28 0.99 0.49
Hex 1 E5 FB 64 9 0 2 B9 63 31
Octal 1 345 373 144 11 0 2 271 143 61
Binary 1 11100101 11111011 1100100 1001 0 10 10111001 1100011 110001

Color Harmonies of #01E5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E5FB

Black with #01E5FB

Text Example


Text Example

White with #01E5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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