#0094A9

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

Shades of Bondi Blue #0094A9

Tints of Bondi Blue #0094A9

Color information

#0094A9 (or 0x0094A9) is unknown color: approx Bondi Blue. HEX triplet: 00, 94 and A9. RGB value is (0,148,169). Sum of RGB (Red+Green+Blue) = 0+148+169=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #0094A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094A9 is #FF6B56. Grayscale: #696969. Windows color (decimal): -16739159 or 11113472. OLE color: 11113472.

HSL color Cylindrical-coordinate representation of color #0094A9: hue angle of 187.46º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094A9 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB0148169-
CMYK10.1200.34
HSL187.46º100%33.14%-
HSV(B)187.46º100%66.27%-
XYZ17.7524.0441.24-
YUV106.14163.4752.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 169 (66.41% from 255) = 53.31%
R=0%
G=46.69%
B=53.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal014816910.1200.34187.4610033.14
Hex094A964C022bb6421
Octal02242511441404227314441
Binary01001010010101001110010011000100010101110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0094A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0094A9; }

 p { color: rgb(0,148,169); }

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

<style>
 a { background-color: #0094A9; }

 a { background-color: rgb(0,148,169); }

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

<style>
 span { border-color: #0094A9; }

 span { border-color: rgb(0,148,169); }

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