Html Css Color HEX #00E9FB Aqua

📋 copy color: '#00E9FB'

red 0 ◦ green 233 ◦ blue 251

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

Shades of Aqua #00E9FB

Tints of Aqua #00E9FB

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 value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00E9FB (or 0x00E9FB) is known color: 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

RGB 0 233 251 -
CMYK 1 0.07 0 0.02
HSL 184.3º 1% 0.49% -
HSV(B) 184.3º 1% 0.98% -
XYZ 46.55 65.24 101.41 -
YUV 165.39 176.31 10.04 -
System Red Green Blue C M Y K H S L
Decimal 0 233 251 1 0.07 0 0.02 184.3 1 0.49
Hex 0 E9 FB 64 7 0 2 B8 64 31
Octal 0 351 373 144 7 0 2 270 144 61
Binary 0 11101001 11111011 1100100 111 0 10 10111000 1100100 110001

Color Harmonies of #00E9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E9FB

Black with #00E9FB

Text Example


Text Example

White with #00E9FB

Text Example


Text Example

HTML Codes & Css Web 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>