#0A9AAF

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

Shades of Bondi Blue #0A9AAF

Tints of Bondi Blue #0A9AAF

Color information

#0A9AAF (or 0x0A9AAF) is unknown color: approx Bondi Blue. HEX triplet: 0A, 9A and AF. RGB value is (10,154,175). Sum of RGB (Red+Green+Blue) = 10+154+175=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A9AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9AAF is #F56550. Grayscale: #717171. Windows color (decimal): -16082257 or 11508234. OLE color: 11508234.

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

Color convert

RGB10154175-
CMYK0.940.1200.31
HSL187.64º89.19%36.27%-
HSV(B)187.64º94.29%68.63%-
XYZ19.4226.2744.6-
YUV113.34162.7954.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.95%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=2.95%
G=45.43%
B=51.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101541750.940.1200.31187.6489.1936.27
HexA9AAF5EC01Fbc5924
Octal122322571361403727413144
Binary1010100110101010111110111101100011111101111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,154,175); }

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

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

 a { background-color: rgb(10,154,175); }

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

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

 span { border-color: rgb(10,154,175); }

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