#089BAF

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

Shades of Bondi Blue #089BAF

Tints of Bondi Blue #089BAF

Color information

#089BAF (or 0x089BAF) is unknown color: approx Bondi Blue. HEX triplet: 08, 9B and AF. RGB value is (8,155,175). Sum of RGB (Red+Green+Blue) = 8+155+175=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #089BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089BAF is #F76450. Grayscale: #717171. Windows color (decimal): -16213073 or 11508488. OLE color: 11508488.

HSL color Cylindrical-coordinate representation of color #089BAF: hue angle of 187.19º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089BAF is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8155175-
CMYK0.950.1100.31
HSL187.19º91.26%35.88%-
HSV(B)187.19º95.43%68.63%-
XYZ19.5626.5944.66-
YUV113.33162.852.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.37%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=2.37%
G=45.86%
B=51.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81551750.950.1100.31187.1991.2635.88
Hex89BAF5FB01Fbb5b24
Octal102332571371303727313344
Binary1000100110111010111110111111011011111101110111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089BAF; }

 p { color: rgb(8,155,175); }

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

<style>
 a { background-color: #089BAF; }

 a { background-color: rgb(8,155,175); }

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

<style>
 span { border-color: #089BAF; }

 span { border-color: rgb(8,155,175); }

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