#009AAA

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

Shades of Bondi Blue #009AAA

Tints of Bondi Blue #009AAA

Color information

#009AAA (or 0x009AAA) is unknown color: approx Bondi Blue. HEX triplet: 00, 9A and AA. RGB value is (0,154,170). Sum of RGB (Red+Green+Blue) = 0+154+170=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #009AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AAA is #FF6555. Grayscale: #6D6D6D. Windows color (decimal): -16737622 or 11180544. OLE color: 11180544.

HSL color Cylindrical-coordinate representation of color #009AAA: hue angle of 185.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AAA is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0154170-
CMYK10.0900.33
HSL185.65º100%33.33%-
HSV(B)185.65º100%66.67%-
XYZ18.8126.0142.06-
YUV109.78161.9849.7-

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) = 47.53%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=0%
G=47.53%
B=52.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal015417010.0900.33185.6510033.33
Hex09AAA649021ba6421
Octal02322521441104127214441
Binary01001101010101010110010010010100001101110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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