#0089B4

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

Shades of Bondi Blue #0089B4

Tints of Bondi Blue #0089B4

Color information

#0089B4 (or 0x0089B4) is unknown color: approx Bondi Blue. HEX triplet: 00, 89 and B4. RGB value is (0,137,180). Sum of RGB (Red+Green+Blue) = 0+137+180=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #0089B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089B4 is #FF764B. Grayscale: #646464. Windows color (decimal): -16741964 or 11831552. OLE color: 11831552.

HSL color Cylindrical-coordinate representation of color #0089B4: hue angle of 194.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089B4 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0137180-
CMYK10.2400.29
HSL194.33º100%35.29%-
HSV(B)194.33º100%70.59%-
XYZ17.1821.1946.36-
YUV100.94172.6156-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 180 (70.70% from 255) = 56.78%
R=0%
G=43.22%
B=56.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal013718010.2400.29194.3310035.29
Hex089B4641801Dc26423
Octal02112641443003530214443
Binary01000100110110100110010011000011101110000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0089B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0089B4; }

 p { color: rgb(0,137,180); }

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

<style>
 a { background-color: #0089B4; }

 a { background-color: rgb(0,137,180); }

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

<style>
 span { border-color: #0089B4; }

 span { border-color: rgb(0,137,180); }

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