#0EEDFA

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

Shades of Aqua #0EEDFA

Tints of Aqua #0EEDFA

Color information

#0EEDFA (or 0x0EEDFA) is unknown color: approx Aqua. HEX triplet: 0E, ED and FA. RGB value is (14,237,250). Sum of RGB (Red+Green+Blue) = 14+237+250=501 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.79% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EEDFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEDFA is #F11205. Grayscale: #ABABAB. Windows color (decimal): -15798790 or 16444686. OLE color: 16444686.

HSL color Cylindrical-coordinate representation of color #0EEDFA: hue angle of 183.31º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEDFA is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14237250-
CMYK0.940.0500.02
HSL183.31º95.93%51.76%-
HSV(B)183.31º94.4%98.04%-
XYZ47.7267.56100.97-
YUV171.8172.1215.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.79%
GREEN value IS 237 (92.97% from 255) = 47.31%
BLUE value IS 250 (98.05% from 255) = 49.90%
R=2.79%
G=47.31%
B=49.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142372500.940.0500.02183.3195.9351.76
HexEEDFA5E502b76034
Octal1635537213650226714064
Binary111011101101111110101011110101010101101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EEDFA; }

 p { color: rgb(14,237,250); }

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

<style>
 a { background-color: #0EEDFA; }

 a { background-color: rgb(14,237,250); }

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

<style>
 span { border-color: #0EEDFA; }

 span { border-color: rgb(14,237,250); }

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