Html Css Color HEX #00E5F9 Aqua

📋 copy color: '#00E5F9'

red 0 ◦ green 229 ◦ blue 249

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

Shades of Aqua #00E5F9

Tints of Aqua #00E5F9

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 0%
G = 47.91%
B = 52.09%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00E5F9 (or 0x00E5F9) is known color: Aqua. HEX triplet: 00, E5 and F9. RGB value is (0,229,249). Sum of RGB (Red+Green+Blue) = 0+229+249=478 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #00E5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E5F9 is #FF1A06. Grayscale: #A2A2A2. Windows color (decimal): -16718343 or 16377088. OLE color: 16377088.

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

Color convert

RGB 0 229 249 -
CMYK 1 0.08 0 0.02
HSL 184.82º 1% 0.49% -
HSV(B) 184.82º 1% 0.98% -
XYZ 45.12 62.88 99.38 -
YUV 162.81 176.63 11.87 -
System Red Green Blue C M Y K H S L
Decimal 0 229 249 1 0.08 0 0.02 184.82 1 0.49
Hex 0 E5 F9 64 8 0 2 B9 64 31
Octal 0 345 371 144 10 0 2 271 144 61
Binary 0 11100101 11111001 1100100 1000 0 10 10111001 1100100 110001

Color Harmonies of #00E5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E5F9

Black with #00E5F9

Text Example


Text Example

White with #00E5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00E5F9;
 }
 .AnyTagClassName
 {
   color: #00E5F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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