#0AEDFF

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

Shades of Aqua #0AEDFF

Tints of Aqua #0AEDFF

Color information

#0AEDFF (or 0x0AEDFF) is unknown color: approx Aqua. HEX triplet: 0A, ED and FF. RGB value is (10,237,255). Sum of RGB (Red+Green+Blue) = 10+237+255=502 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.99% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AEDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEDFF is #F51200. Grayscale: #AAAAAA. Windows color (decimal): -16060929 or 16772362. OLE color: 16772362.

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

Color convert

RGB10237255-
CMYK0.960.0700
HSL184.41º100%51.96%-
HSV(B)184.41º96.08%100%-
XYZ48.4667.85105.15-
YUV171.18175.2913.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 1.99%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 255 (100% from 255) = 50.80%
R=1.99%
G=47.21%
B=50.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal102372550.960.0700184.4110051.96
HexAEDFF60700b86434
Octal1235537714070027014464
Binary10101110110111111111110000011100101110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,237,255); }

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

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

 a { background-color: rgb(10,237,255); }

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

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

 span { border-color: rgb(10,237,255); }

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