#0AA7AE

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

Shades of Bondi Blue #0AA7AE

Tints of Bondi Blue #0AA7AE

Color information

#0AA7AE (or 0x0AA7AE) is unknown color: approx Bondi Blue. HEX triplet: 0A, A7 and AE. RGB value is (10,167,174). Sum of RGB (Red+Green+Blue) = 10+167+174=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #0AA7AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA7AE is #F55851. Grayscale: #787878. Windows color (decimal): -16078930 or 11446026. OLE color: 11446026.

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

Color convert

RGB10167174-
CMYK0.940.0400.32
HSL182.56º89.13%36.08%-
HSV(B)182.56º94.25%68.24%-
XYZ21.5830.7644.84-
YUV120.85157.9948.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.85%
GREEN value IS 167 (65.62% from 255) = 47.58%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=2.85%
G=47.58%
B=49.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101671740.940.0400.32182.5689.1336.08
HexAA7AE5E4020b75924
Octal12247256136404026713144
Binary1010101001111010111010111101000100000101101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,167,174); }

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

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

 a { background-color: rgb(10,167,174); }

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

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

 span { border-color: rgb(10,167,174); }

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