Html Css Color HEX #0AA3AD Bondi Blue

📋 copy color: '#0AA3AD'

red 10 ◦ green 163 ◦ blue 173

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

Shades of Bondi Blue #0AA3AD

Tints of Bondi Blue #0AA3AD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.11%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 2.89%
G = 47.11%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0AA3AD (or 0x0AA3AD) is known color: Bondi Blue. HEX triplet: 0A, A3 and AD. RGB value is (10,163,173). Sum of RGB (Red+Green+Blue) = 10+163+173=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #0AA3AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA3AD is #F55C52. Grayscale: #767676. Windows color (decimal): -16079955 or 11379466. OLE color: 11379466.

HSL color Cylindrical-coordinate representation of color #0AA3AD: hue angle of 183.68º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA3AD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 163 173 -
CMYK 0.94 0.06 0 0.32
HSL 183.68º 0.89% 0.36% -
HSV(B) 183.68º 0.94% 0.68% -
XYZ 20.77 29.28 44.09 -
YUV 118.39 158.81 50.69 -
System Red Green Blue C M Y K H S L
Decimal 10 163 173 0.94 0.06 0 0.32 183.68 0.89 0.36
Hex A A3 AD 5E 6 0 20 B8 59 24
Octal 12 243 255 136 6 0 40 270 131 44
Binary 1010 10100011 10101101 1011110 110 0 100000 10111000 1011001 100100

Color Harmonies of #0AA3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA3AD

Black with #0AA3AD

Text Example


Text Example

White with #0AA3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,163,173); }

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

background-color css

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

 a { background-color: rgb(10,163,173); }

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

border-color css

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

 span { border-color: rgb(10,163,173); }

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