#00E4FF

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

Shades of Aqua #00E4FF

Tints of Aqua #00E4FF

Color information

#00E4FF (or 0x00E4FF) is unknown color: approx Aqua. HEX triplet: 00, E4 and FF. RGB value is (0,228,255). Sum of RGB (Red+Green+Blue) = 0+228+255=483 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #00E4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E4FF is #FF1B00. Grayscale: #A2A2A2. Windows color (decimal): -16718593 or 16770048. OLE color: 16770048.

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

Color convert

RGB0228255-
CMYK10.1100
HSL186.35º100%50%-
HSV(B)186.35º100%100%-
XYZ45.7962.71104.3-
YUV162.91179.9611.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 255 (100% from 255) = 52.80%
R=0%
G=47.20%
B=52.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal022825510.1100186.3510050
Hex0E4FF64B00ba6432
Octal0344377144130027214462
Binary011100100111111111100100101100101110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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