#0897A6

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

Shades of Bondi Blue #0897A6

Tints of Bondi Blue #0897A6

Color information

#0897A6 (or 0x0897A6) is unknown color: approx Bondi Blue. HEX triplet: 08, 97 and A6. RGB value is (8,151,166). Sum of RGB (Red+Green+Blue) = 8+151+166=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #0897A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0897A6 is #F76859. Grayscale: #6D6D6D. Windows color (decimal): -16214106 or 10917640. OLE color: 10917640.

HSL color Cylindrical-coordinate representation of color #0897A6: hue angle of 185.7º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0897A6 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8151166-
CMYK0.950.0900.35
HSL185.7º90.8%34.12%-
HSV(B)185.7º95.18%65.1%-
XYZ18.0524.9439.94-
YUV109.95159.6255.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=2.46%
G=46.46%
B=51.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81511660.950.0900.35185.790.834.12
Hex897A65F9023ba5b22
Octal102272461371104327213342
Binary10001001011110100110101111110010100011101110101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0897A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0897A6; }

 p { color: rgb(8,151,166); }

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

<style>
 a { background-color: #0897A6; }

 a { background-color: rgb(8,151,166); }

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

<style>
 span { border-color: #0897A6; }

 span { border-color: rgb(8,151,166); }

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