#0AA6AB

Color #0AA6AB Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0AA6AB

Tints of Bondi Blue #0AA6AB

Color information

#0AA6AB (or 0x0AA6AB) is unknown color: approx Bondi Blue. HEX triplet: 0A, A6 and AB. RGB value is (10,166,171). Sum of RGB (Red+Green+Blue) = 10+166+171=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #0AA6AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA6AB is #F55954. Grayscale: #777777. Windows color (decimal): -16079189 or 11249162. OLE color: 11249162.

HSL color Cylindrical-coordinate representation of color #0AA6AB: hue angle of 181.86º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA6AB is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10166171-
CMYK0.940.0300.33
HSL181.86º88.95%35.49%-
HSV(B)181.86º94.15%67.06%-
XYZ21.1130.2843.26-
YUV119.93156.8249.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.88%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=2.88%
G=47.84%
B=49.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101661710.940.0300.33181.8688.9535.49
HexAA6AB5E3021b65923
Octal12246253136304126613143
Binary101010100110101010111011110110100001101101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,166,171); }

 H1.HeaderClassName
 {
   color: #0AA6AB;
 }
 .AnyTagClassName
 {
   color: #0AA6AB;
 }
</style>
background-color css

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

 a { background-color: rgb(10,166,171); }

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

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

 span { border-color: rgb(10,166,171); }

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