Html Css Color HEX #0AF9ED Aqua

📋 copy color: '#0AF9ED'

red 10 ◦ green 249 ◦ blue 237

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

Shades of Aqua #0AF9ED

Tints of Aqua #0AF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.2%

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 2.02%
G = 50.2%
B = 47.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#0AF9ED (or 0x0AF9ED) is known color: Aqua. HEX triplet: 0A, F9 and ED. RGB value is (10,249,237). Sum of RGB (Red+Green+Blue) = 10+249+237=496 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.02% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF9ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF9ED is #F50612. Grayscale: #AFAFAF. Windows color (decimal): -16057875 or 15595786. OLE color: 15595786.

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

Color convert

RGB 10 249 237 -
CMYK 0.96 0 0.05 0.02
HSL 176.99º 0.95% 0.51% -
HSV(B) 176.99º 0.96% 0.98% -
XYZ 49.29 73.93 91.79 -
YUV 176.17 162.32 9.48 -
System Red Green Blue C M Y K H S L
Decimal 10 249 237 0.96 0 0.05 0.02 176.99 0.95 0.51
Hex A F9 ED 60 0 5 2 B1 5F 33
Octal 12 371 355 140 0 5 2 261 137 63
Binary 1010 11111001 11101101 1100000 0 101 10 10110001 1011111 110011

Color Harmonies of #0AF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF9ED

Black with #0AF9ED

Text Example


Text Example

White with #0AF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AF9ED;
 }
 .AnyTagClassName
 {
   color: #0AF9ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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