#009AB6

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

Shades of Bondi Blue #009AB6

Tints of Bondi Blue #009AB6

Color information

#009AB6 (or 0x009AB6) is unknown color: approx Bondi Blue. HEX triplet: 00, 9A and B6. RGB value is (0,154,182). Sum of RGB (Red+Green+Blue) = 0+154+182=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #009AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AB6 is #FF6549. Grayscale: #6E6E6E. Windows color (decimal): -16737610 or 11966976. OLE color: 11966976.

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

Color convert

RGB0154182-
CMYK10.1500.29
HSL189.23º100%35.69%-
HSV(B)189.23º100%71.37%-
XYZ2026.4948.31-
YUV111.15167.9848.72-

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.83%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=0%
G=45.83%
B=54.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal015418210.1500.29189.2310035.69
Hex09AB664F01Dbd6424
Octal02322661441703527514444
Binary0100110101011011011001001111011101101111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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