Html Css Color HEX #01E5FF Aqua

📋 copy color: '#01E5FF'

red 1 ◦ green 229 ◦ blue 255

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

Shades of Aqua #01E5FF

Tints of Aqua #01E5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 0.21%
G = 47.22%
B = 52.58%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01E5FF (or 0x01E5FF) is known color: Aqua. HEX triplet: 01, E5 and FF. RGB value is (1,229,255). Sum of RGB (Red+Green+Blue) = 1+229+255=485 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #01E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E5FF is #FE1A00. Grayscale: #A3A3A3. Windows color (decimal): -16652801 or 16770305. OLE color: 16770305.

HSL color Cylindrical-coordinate representation of color #01E5FF: hue angle of 186.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E5FF is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 229 255 -
CMYK 1.00 0.10 0 0
HSL 186.14º 1% 0.5% -
HSV(B) 186.14º 1% 1% -
XYZ 46.08 63.27 104.39 -
YUV 163.79 179.46 11.89 -
System Red Green Blue C M Y K H S L
Decimal 1 229 255 1.00 0.10 0 0 186.14 1 0.5
Hex 1 E5 FF 64 A 0 0 BA 64 32
Octal 1 345 377 144 12 0 0 272 144 62
Binary 1 11100101 11111111 1100100 1010 0 0 10111010 1100100 110010

Color Harmonies of #01E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E5FF

Black with #01E5FF

Text Example


Text Example

White with #01E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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