Html Css Color HEX #0AEDFF Aqua

📋 copy color: '#0AEDFF'

red 10 ◦ green 237 ◦ blue 255

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

Shades of Aqua #0AEDFF

Tints of Aqua #0AEDFF

RGB

 RED value IS 10 (4.3% from 255) = 1.99%

 GREEN value IS 237 (92.97% from 255) = 47.21%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 1.99%
G = 47.21%
B = 50.8%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0AEDFF (or 0x0AEDFF) is known color: 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

RGB 10 237 255 -
CMYK 0.96 0.07 0 0
HSL 184.41º 1% 0.52% -
HSV(B) 184.41º 0.96% 1% -
XYZ 48.46 67.85 105.15 -
YUV 171.18 175.29 13.04 -
System Red Green Blue C M Y K H S L
Decimal 10 237 255 0.96 0.07 0 0 184.41 1 0.52
Hex A ED FF 60 7 0 0 B8 64 34
Octal 12 355 377 140 7 0 0 270 144 64
Binary 1010 11101101 11111111 1100000 111 0 0 10111000 1100100 110100

Color Harmonies of #0AEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDFF

Black with #0AEDFF

Text Example


Text Example

White with #0AEDFF

Text Example


Text Example

HTML Codes & Css Web 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>