#009ABA

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

Shades of Bondi Blue #009ABA

Tints of Bondi Blue #009ABA

Color information

#009ABA (or 0x009ABA) is unknown color: approx Bondi Blue. HEX triplet: 00, 9A and BA. RGB value is (0,154,186). Sum of RGB (Red+Green+Blue) = 0+154+186=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #009ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ABA is #FF6545. Grayscale: #6F6F6F. Windows color (decimal): -16737606 or 12229120. OLE color: 12229120.

HSL color Cylindrical-coordinate representation of color #009ABA: hue angle of 190.32º 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 #009ABA is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0154186-
CMYK10.1700.27
HSL190.32º100%36.47%-
HSV(B)190.32º100%72.94%-
XYZ20.4226.6650.52-
YUV111.6169.9848.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 45.29%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=0%
G=45.29%
B=54.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal015418610.1700.27190.3210036.47
Hex09ABA641101Bbe6424
Octal02322721442103327614444
Binary01001101010111010110010010001011011101111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,154,186); }

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

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

 a { background-color: rgb(0,154,186); }

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

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

 span { border-color: rgb(0,154,186); }

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