#0A97A9

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

Shades of Bondi Blue #0A97A9

Tints of Bondi Blue #0A97A9

Color information

#0A97A9 (or 0x0A97A9) is unknown color: approx Bondi Blue. HEX triplet: 0A, 97 and A9. RGB value is (10,151,169). Sum of RGB (Red+Green+Blue) = 10+151+169=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A97A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A97A9 is #F56856. Grayscale: #6E6E6E. Windows color (decimal): -16083031 or 11114250. OLE color: 11114250.

HSL color Cylindrical-coordinate representation of color #0A97A9: hue angle of 186.79º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A97A9 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10151169-
CMYK0.940.1100.34
HSL186.79º88.83%35.1%-
HSV(B)186.79º94.08%66.27%-
XYZ18.3525.0641.41-
YUV110.89160.7956.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.03%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=3.03%
G=45.76%
B=51.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101511690.940.1100.34186.7988.8335.1
HexA97A95EB022bb5923
Octal122272511361304227313143
Binary10101001011110101001101111010110100010101110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A97A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,151,169); }

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

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

 a { background-color: rgb(10,151,169); }

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

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

 span { border-color: rgb(10,151,169); }

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