#09A5AE

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

Shades of Bondi Blue #09A5AE

Tints of Bondi Blue #09A5AE

Color information

#09A5AE (or 0x09A5AE) is unknown color: approx Bondi Blue. HEX triplet: 09, A5 and AE. RGB value is (9,165,174). Sum of RGB (Red+Green+Blue) = 9+165+174=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #09A5AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A5AE is #F65A51. Grayscale: #777777. Windows color (decimal): -16144978 or 11445513. OLE color: 11445513.

HSL color Cylindrical-coordinate representation of color #09A5AE: hue angle of 183.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A5AE is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9165174-
CMYK0.950.0500.32
HSL183.27º90.16%35.88%-
HSV(B)183.27º94.83%68.24%-
XYZ21.2130.0244.72-
YUV119.38158.8249.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.59%
GREEN value IS 165 (64.84% from 255) = 47.41%
BLUE value IS 174 (68.36% from 255) = 50%
R=2.59%
G=47.41%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91651740.950.0500.32183.2790.1635.88
Hex9A5AE5F5020b75a24
Octal11245256137504026713244
Binary1001101001011010111010111111010100000101101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,165,174); }

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

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

 a { background-color: rgb(9,165,174); }

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

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

 span { border-color: rgb(9,165,174); }

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