#09A3AE

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

Shades of Bondi Blue #09A3AE

Tints of Bondi Blue #09A3AE

Color information

#09A3AE (or 0x09A3AE) is unknown color: approx Bondi Blue. HEX triplet: 09, A3 and AE. RGB value is (9,163,174). Sum of RGB (Red+Green+Blue) = 9+163+174=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #09A3AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A3AE is #F65C51. Grayscale: #767676. Windows color (decimal): -16145490 or 11445001. OLE color: 11445001.

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

Color convert

RGB9163174-
CMYK0.950.0600.32
HSL184º90.16%35.88%-
HSV(B)184º94.83%68.24%-
XYZ20.8529.3144.6-
YUV118.21159.4850.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.60%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=2.60%
G=47.11%
B=50.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91631740.950.0600.3218490.1635.88
Hex9A3AE5F6020b85a24
Octal11243256137604027013244
Binary1001101000111010111010111111100100000101110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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