#0A9EAB

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

Shades of Bondi Blue #0A9EAB

Tints of Bondi Blue #0A9EAB

Color information

#0A9EAB (or 0x0A9EAB) is unknown color: approx Bondi Blue. HEX triplet: 0A, 9E and AB. RGB value is (10,158,171). Sum of RGB (Red+Green+Blue) = 10+158+171=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A9EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9EAB is #F56154. Grayscale: #737373. Windows color (decimal): -16081237 or 11247114. OLE color: 11247114.

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

Color convert

RGB10158171-
CMYK0.940.0800.33
HSL184.84º88.95%35.49%-
HSV(B)184.84º94.15%67.06%-
XYZ19.727.4642.79-
YUV115.23159.4752.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.95%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=2.95%
G=46.61%
B=50.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101581710.940.0800.33184.8488.9535.49
HexA9EAB5E8021b95923
Octal122362531361004127113143
Binary10101001111010101011101111010000100001101110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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