#00E5FF

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

Shades of Aqua #00E5FF

Tints of Aqua #00E5FF

Color information

#00E5FF (or 0x00E5FF) is unknown color: approx Aqua. HEX triplet: 00, E5 and FF. RGB value is (0,229,255). Sum of RGB (Red+Green+Blue) = 0+229+255=484 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #00E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E5FF is #FF1A00. Grayscale: #A3A3A3. Windows color (decimal): -16718337 or 16770304. OLE color: 16770304.

HSL color Cylindrical-coordinate representation of color #00E5FF: hue angle of 186.12º 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 #00E5FF is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0229255-
CMYK10.1000
HSL186.12º100%50%-
HSV(B)186.12º100%100%-
XYZ46.0763.26104.39-
YUV163.49179.6311.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 255 (100% from 255) = 52.69%
R=0%
G=47.31%
B=52.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal022925510.1000186.1210050
Hex0E5FF64A00ba6432
Octal0345377144120027214462
Binary011100101111111111100100101000101110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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