Html Css Color HEX #0AF7F9 Aqua

📋 copy color: '#0AF7F9'

red 10 ◦ green 247 ◦ blue 249

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

Shades of Aqua #0AF7F9

Tints of Aqua #0AF7F9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.81%

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 1.98%
G = 48.81%
B = 49.21%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0AF7F9 (or 0x0AF7F9) is known color: Aqua. HEX triplet: 0A, F7 and F9. RGB value is (10,247,249). Sum of RGB (Red+Green+Blue) = 10+247+249=506 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #0AF7F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF7F9 is #F50806. Grayscale: #B0B0B0. Windows color (decimal): -16058375 or 16381706. OLE color: 16381706.

HSL color Cylindrical-coordinate representation of color #0AF7F9: hue angle of 180.5º 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 #0AF7F9 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 247 249 -
CMYK 0.96 0.01 0 0.02
HSL 180.5º 0.95% 0.51% -
HSV(B) 180.5º 0.96% 0.98% -
XYZ 50.48 73.43 101.13 -
YUV 176.37 168.98 9.34 -
System Red Green Blue C M Y K H S L
Decimal 10 247 249 0.96 0.01 0 0.02 180.5 0.95 0.51
Hex A F7 F9 60 1 0 2 B5 5F 33
Octal 12 367 371 140 1 0 2 265 137 63
Binary 1010 11110111 11111001 1100000 1 0 10 10110101 1011111 110011

Color Harmonies of #0AF7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF7F9

Black with #0AF7F9

Text Example


Text Example

White with #0AF7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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