#009BB9

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

Shades of Bondi Blue #009BB9

Tints of Bondi Blue #009BB9

Color information

#009BB9 (or 0x009BB9) is unknown color: approx Bondi Blue. HEX triplet: 00, 9B and B9. RGB value is (0,155,185). Sum of RGB (Red+Green+Blue) = 0+155+185=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #009BB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BB9 is #FF6446. Grayscale: #6F6F6F. Windows color (decimal): -16737351 or 12163840. OLE color: 12163840.

HSL color Cylindrical-coordinate representation of color #009BB9: hue angle of 189.73º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BB9 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0155185-
CMYK10.1600.27
HSL189.73º100%36.27%-
HSV(B)189.73º100%72.55%-
XYZ20.4826.9550.02-
YUV112.08169.1548.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 45.59%
BLUE value IS 185 (72.66% from 255) = 54.41%
R=0%
G=45.59%
B=54.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal015518510.1600.27189.7310036.27
Hex09BB9641001Bbe6424
Octal02332711442003327614444
Binary01001101110111001110010010000011011101111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009BB9; }

 p { color: rgb(0,155,185); }

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

<style>
 a { background-color: #009BB9; }

 a { background-color: rgb(0,155,185); }

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

<style>
 span { border-color: #009BB9; }

 span { border-color: rgb(0,155,185); }

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