#00E9FB

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

Shades of Aqua #00E9FB

Tints of Aqua #00E9FB

Color information

#00E9FB (or 0x00E9FB) is unknown color: approx Aqua. HEX triplet: 00, E9 and FB. RGB value is (0,233,251). Sum of RGB (Red+Green+Blue) = 0+233+251=484 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #00E9FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E9FB is #FF1604. Grayscale: #A5A5A5. Windows color (decimal): -16717317 or 16509184. OLE color: 16509184.

HSL color Cylindrical-coordinate representation of color #00E9FB: hue angle of 184.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E9FB is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0233251-
CMYK10.0700.02
HSL184.3º100%49.22%-
HSV(B)184.3º100%98.43%-
XYZ46.5565.24101.41-
YUV165.38176.3110.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 233 (91.41% from 255) = 48.14%
BLUE value IS 251 (98.44% from 255) = 51.86%
R=0%
G=48.14%
B=51.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal023325110.0700.02184.310049.22
Hex0E9FB64702b86431
Octal035137314470227014461
Binary011101001111110111100100111010101110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,233,251); }

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

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

 a { background-color: rgb(0,233,251); }

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

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

 span { border-color: rgb(0,233,251); }

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