Html Css Color HEX #0AF8F6 Aqua

📋 copy color: '#0AF8F6'

red 10 ◦ green 248 ◦ blue 246

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

Shades of Aqua #0AF8F6

Tints of Aqua #0AF8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.21%

 BLUE value IS 246 (96.48% from 255) = 48.81%

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

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#0AF8F6 (or 0x0AF8F6) is known color: Aqua. HEX triplet: 0A, F8 and F6. RGB value is (10,248,246). Sum of RGB (Red+Green+Blue) = 10+248+246=504 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF8F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF8F6 is #F50709. Grayscale: #B0B0B0. Windows color (decimal): -16058122 or 16185354. OLE color: 16185354.

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

Color convert

RGB 10 248 246 -
CMYK 0.96 0 0.01 0.03
HSL 179.5º 0.94% 0.51% -
HSV(B) 179.5º 0.96% 0.97% -
XYZ 50.33 73.85 98.79 -
YUV 176.61 167.15 9.16 -
System Red Green Blue C M Y K H S L
Decimal 10 248 246 0.96 0 0.01 0.03 179.5 0.94 0.51
Hex A F8 F6 60 0 1 3 B3 5E 33
Octal 12 370 366 140 0 1 3 263 136 63
Binary 1010 11111000 11110110 1100000 0 1 11 10110011 1011110 110011

Color Harmonies of #0AF8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF8F6

Black with #0AF8F6

Text Example


Text Example

White with #0AF8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,248,246); }

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

background-color css

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

 a { background-color: rgb(10,248,246); }

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

border-color css

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

 span { border-color: rgb(10,248,246); }

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