Html Css Color HEX #00E5F8 Aqua

📋 copy color: '#00E5F8'

red 0 ◦ green 229 ◦ blue 248

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

Shades of Aqua #00E5F8

Tints of Aqua #00E5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.99%

R = 0%
G = 48.01%
B = 51.99%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#00E5F8 (or 0x00E5F8) is known color: Aqua. HEX triplet: 00, E5 and F8. RGB value is (0,229,248). Sum of RGB (Red+Green+Blue) = 0+229+248=477 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #00E5F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E5F8 is #FF1A07. Grayscale: #A2A2A2. Windows color (decimal): -16718344 or 16311552. OLE color: 16311552.

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

Color convert

RGB 0 229 248 -
CMYK 1 0.08 0 0.03
HSL 184.6º 1% 0.49% -
HSV(B) 184.6º 1% 0.97% -
XYZ 44.96 62.82 98.56 -
YUV 162.7 176.13 11.96 -
System Red Green Blue C M Y K H S L
Decimal 0 229 248 1 0.08 0 0.03 184.6 1 0.49
Hex 0 E5 F8 64 8 0 3 B9 64 31
Octal 0 345 370 144 10 0 3 271 144 61
Binary 0 11100101 11111000 1100100 1000 0 11 10111001 1100100 110001

Color Harmonies of #00E5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E5F8

Black with #00E5F8

Text Example


Text Example

White with #00E5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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