#0A9FAB

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

Shades of Bondi Blue #0A9FAB

Tints of Bondi Blue #0A9FAB

Color information

#0A9FAB (or 0x0A9FAB) is unknown color: approx Bondi Blue. HEX triplet: 0A, 9F and AB. RGB value is (10,159,171). Sum of RGB (Red+Green+Blue) = 10+159+171=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A9FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9FAB is #F56054. Grayscale: #737373. Windows color (decimal): -16080981 or 11247370. OLE color: 11247370.

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

Color convert

RGB10159171-
CMYK0.940.0700.33
HSL184.47º88.95%35.49%-
HSV(B)184.47º94.15%67.06%-
XYZ19.8727.842.85-
YUV115.82159.1452.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.94%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=2.94%
G=46.76%
B=50.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101591710.940.0700.33184.4788.9535.49
HexA9FAB5E7021b85923
Octal12237253136704127013143
Binary1010100111111010101110111101110100001101110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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