Html Css Color HEX #0AF8EF Aqua

📋 copy color: '#0AF8EF'

red 10 ◦ green 248 ◦ blue 239

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

Shades of Aqua #0AF8EF

Tints of Aqua #0AF8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 2.01%
G = 49.9%
B = 48.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#0AF8EF (or 0x0AF8EF) is known color: Aqua. HEX triplet: 0A, F8 and EF. RGB value is (10,248,239). Sum of RGB (Red+Green+Blue) = 10+248+239=497 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.01% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF8EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF8EF is #F50710. Grayscale: #AFAFAF. Windows color (decimal): -16058129 or 15726602. OLE color: 15726602.

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

Color convert

RGB 10 248 239 -
CMYK 0.96 0 0.04 0.03
HSL 177.73º 0.94% 0.51% -
HSV(B) 177.73º 0.96% 0.97% -
XYZ 49.27 73.43 93.24 -
YUV 175.81 163.65 9.73 -
System Red Green Blue C M Y K H S L
Decimal 10 248 239 0.96 0 0.04 0.03 177.73 0.94 0.51
Hex A F8 EF 60 0 4 3 B2 5E 33
Octal 12 370 357 140 0 4 3 262 136 63
Binary 1010 11111000 11101111 1100000 0 100 11 10110010 1011110 110011

Color Harmonies of #0AF8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF8EF

Black with #0AF8EF

Text Example


Text Example

White with #0AF8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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