#0A9FAA

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

Shades of Bondi Blue #0A9FAA

Tints of Bondi Blue #0A9FAA

Color information

#0A9FAA (or 0x0A9FAA) is unknown color: approx Bondi Blue. HEX triplet: 0A, 9F and AA. RGB value is (10,159,170). Sum of RGB (Red+Green+Blue) = 10+159+170=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A9FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9FAA is #F56055. Grayscale: #737373. Windows color (decimal): -16080982 or 11181834. OLE color: 11181834.

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

Color convert

RGB10159170-
CMYK0.940.0600.33
HSL184.12º88.89%35.29%-
HSV(B)184.12º94.12%66.67%-
XYZ19.7827.7642.35-
YUV115.7158.6452.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.95%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=2.95%
G=46.90%
B=50.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101591700.940.0600.33184.1288.8935.29
HexA9FAA5E6021b85923
Octal12237252136604127013143
Binary1010100111111010101010111101100100001101110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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