#0897BA

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

Shades of Bondi Blue #0897BA

Tints of Bondi Blue #0897BA

Color information

#0897BA (or 0x0897BA) is unknown color: approx Bondi Blue. HEX triplet: 08, 97 and BA. RGB value is (8,151,186). Sum of RGB (Red+Green+Blue) = 8+151+186=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #0897BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0897BA is #F76845. Grayscale: #6F6F6F. Windows color (decimal): -16214086 or 12228360. OLE color: 12228360.

HSL color Cylindrical-coordinate representation of color #0897BA: hue angle of 191.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0897BA is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8151186-
CMYK0.960.1900.27
HSL191.8º91.75%38.04%-
HSV(B)191.8º95.7%72.94%-
XYZ20.0325.7350.37-
YUV112.23169.6253.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.32%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=2.32%
G=43.77%
B=53.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81511860.960.1900.27191.891.7538.04
Hex897BA601301Bc05c26
Octal102272721402303330013446
Binary10001001011110111010110000010011011011110000001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0897BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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