#09A6AA

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

Shades of Bondi Blue #09A6AA

Tints of Bondi Blue #09A6AA

Color information

#09A6AA (or 0x09A6AA) is unknown color: approx Bondi Blue. HEX triplet: 09, A6 and AA. RGB value is (9,166,170). Sum of RGB (Red+Green+Blue) = 9+166+170=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #09A6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A6AA is #F65955. Grayscale: #777777. Windows color (decimal): -16144726 or 11183625. OLE color: 11183625.

HSL color Cylindrical-coordinate representation of color #09A6AA: hue angle of 181.49º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A6AA is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9166170-
CMYK0.950.0200.33
HSL181.49º89.94%35.1%-
HSV(B)181.49º94.71%66.67%-
XYZ2130.2342.76-
YUV119.51156.4949.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.61%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=2.61%
G=48.12%
B=49.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91661700.950.0200.33181.4989.9435.1
Hex9A6AA5F2021b55a23
Octal11246252137204126513243
Binary100110100110101010101011111100100001101101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A6AA; }

 p { color: rgb(9,166,170); }

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

<style>
 a { background-color: #09A6AA; }

 a { background-color: rgb(9,166,170); }

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

<style>
 span { border-color: #09A6AA; }

 span { border-color: rgb(9,166,170); }

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