#00e4f8

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

Shades of Aqua #00E4F8

Tints of Aqua #00E4F8

Color information

#00E4F8 (or 0x00E4F8) is unknown color: approx Aqua. HEX triplet: 00, E4 and F8. RGB value is (0,228,248). Sum of RGB (Red+Green+Blue) = 0+228+248=476 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #00E4F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E4F8 is #FF1B07. Grayscale: #A1A1A1. Windows color (decimal): -16718600 or 16311296. OLE color: 16311296.

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

Color convert

RGB0228248-
CMYK10.0800.03
HSL184.84º100%48.63%-
HSV(B)184.84º100%97.25%-
XYZ44.6962.2698.47-
YUV162.11176.4612.37-

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.90%
BLUE value IS 248 (97.27% from 255) = 52.10%
R=0%
G=47.90%
B=52.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal022824810.0800.03184.8410048.63
Hex0E4F864803b96431
Octal0344370144100327114461
Binary0111001001111100011001001000011101110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00e4f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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