Html Css Color HEX #0AFDF3 Aqua

📋 copy color: '#0AFDF3'

red 10 ◦ green 253 ◦ blue 243

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

Shades of Aqua #0AFDF3

Tints of Aqua #0AFDF3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 1.98%
G = 50%
B = 48.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#0AFDF3 (or 0x0AFDF3) is known color: Aqua. HEX triplet: 0A, FD and F3. RGB value is (10,253,243). Sum of RGB (Red+Green+Blue) = 10+253+243=506 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFDF3 is #F5020C. Grayscale: #B2B2B2. Windows color (decimal): -16056845 or 15990026. OLE color: 15990026.

HSL color Cylindrical-coordinate representation of color #0AFDF3: hue angle of 177.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFDF3 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 253 243 -
CMYK 0.96 0 0.04 0.01
HSL 177.53º 0.98% 0.52% -
HSV(B) 177.53º 0.96% 0.99% -
XYZ 51.43 76.79 96.9 -
YUV 179.2 163.99 7.31 -
System Red Green Blue C M Y K H S L
Decimal 10 253 243 0.96 0 0.04 0.01 177.53 0.98 0.52
Hex A FD F3 60 0 4 1 B2 62 34
Octal 12 375 363 140 0 4 1 262 142 64
Binary 1010 11111101 11110011 1100000 0 100 1 10110010 1100010 110100

Color Harmonies of #0AFDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFDF3

Black with #0AFDF3

Text Example


Text Example

White with #0AFDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,253,243); }

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

background-color css

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

 a { background-color: rgb(10,253,243); }

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

border-color css

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

 span { border-color: rgb(10,253,243); }

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