#009AB2

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

Shades of Bondi Blue #009AB2

Tints of Bondi Blue #009AB2

Color information

#009AB2 (or 0x009AB2) is unknown color: approx Bondi Blue. HEX triplet: 00, 9A and B2. RGB value is (0,154,178). Sum of RGB (Red+Green+Blue) = 0+154+178=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #009AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AB2 is #FF654D. Grayscale: #6E6E6E. Windows color (decimal): -16737614 or 11704832. OLE color: 11704832.

HSL color Cylindrical-coordinate representation of color #009AB2: hue angle of 188.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AB2 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB0154178-
CMYK10.1300.30
HSL188.09º100%34.9%-
HSV(B)188.09º100%69.8%-
XYZ19.5926.3346.17-
YUV110.69165.9849.05-

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) = 46.39%
BLUE value IS 178 (69.92% from 255) = 53.61%
R=0%
G=46.39%
B=53.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal015417810.1300.30188.0910034.9
Hex09AB264D01Ebc6423
Octal02322621441503627414443
Binary0100110101011001011001001101011110101111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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