#0EEAF8

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

Shades of Aqua #0EEAF8

Tints of Aqua #0EEAF8

Color information

#0EEAF8 (or 0x0EEAF8) is unknown color: approx Aqua. HEX triplet: 0E, EA and F8. RGB value is (14,234,248). Sum of RGB (Red+Green+Blue) = 14+234+248=496 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.82% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #0EEAF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEAF8 is #F11507. Grayscale: #A9A9A9. Windows color (decimal): -15799560 or 16312846. OLE color: 16312846.

HSL color Cylindrical-coordinate representation of color #0EEAF8: hue angle of 183.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEAF8 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14234248-
CMYK0.940.0600.03
HSL183.59º94.35%51.37%-
HSV(B)183.59º94.35%97.25%-
XYZ46.5565.7299.04-
YUV169.82172.1116.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.82%
GREEN value IS 234 (91.80% from 255) = 47.18%
BLUE value IS 248 (97.27% from 255) = 50%
R=2.82%
G=47.18%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal142342480.940.0600.03183.5994.3551.37
HexEEAF85E603b85e33
Octal1635237013660327013663
Binary111011101010111110001011110110011101110001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,234,248); }

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

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

 a { background-color: rgb(14,234,248); }

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

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

 span { border-color: rgb(14,234,248); }

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