#0A8AAD

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

Shades of Bondi Blue #0A8AAD

Tints of Bondi Blue #0A8AAD

Color information

#0A8AAD (or 0x0A8AAD) is unknown color: approx Bondi Blue. HEX triplet: 0A, 8A and AD. RGB value is (10,138,173). Sum of RGB (Red+Green+Blue) = 10+138+173=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A8AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8AAD is #F57552. Grayscale: #676767. Windows color (decimal): -16086355 or 11373066. OLE color: 11373066.

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

Color convert

RGB10138173-
CMYK0.940.2000.32
HSL192.88º89.07%35.88%-
HSV(B)192.88º94.22%67.84%-
XYZ16.7621.2642.76-
YUV103.72167.0961.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.12%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=3.12%
G=42.99%
B=53.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101381730.940.2000.32192.8889.0735.88
HexA8AAD5E14020c15924
Octal122122551362404030113144
Binary101010001010101011011011110101000100000110000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,138,173); }

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

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

 a { background-color: rgb(10,138,173); }

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

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

 span { border-color: rgb(10,138,173); }

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