#09A4AA

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

Shades of Bondi Blue #09A4AA

Tints of Bondi Blue #09A4AA

Color information

#09A4AA (or 0x09A4AA) is unknown color: approx Bondi Blue. HEX triplet: 09, A4 and AA. RGB value is (9,164,170). Sum of RGB (Red+Green+Blue) = 9+164+170=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #09A4AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A4AA is #F65B55. Grayscale: #767676. Windows color (decimal): -16145238 or 11183113. OLE color: 11183113.

HSL color Cylindrical-coordinate representation of color #09A4AA: hue angle of 182.24º 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 #09A4AA is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9164170-
CMYK0.950.0400.33
HSL182.24º89.94%35.1%-
HSV(B)182.24º94.71%66.67%-
XYZ20.6429.5142.64-
YUV118.34157.1550.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.62%
GREEN value IS 164 (64.45% from 255) = 47.81%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=2.62%
G=47.81%
B=49.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91641700.950.0400.33182.2489.9435.1
Hex9A4AA5F4021b65a23
Octal11244252137404126613243
Binary1001101001001010101010111111000100001101101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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