#09A5AD

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

Shades of Bondi Blue #09A5AD

Tints of Bondi Blue #09A5AD

Color information

#09A5AD (or 0x09A5AD) is unknown color: approx Bondi Blue. HEX triplet: 09, A5 and AD. RGB value is (9,165,173). Sum of RGB (Red+Green+Blue) = 9+165+173=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #09A5AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A5AD is #F65A52. Grayscale: #777777. Windows color (decimal): -16144979 or 11379977. OLE color: 11379977.

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

Color convert

RGB9165173-
CMYK0.950.0500.32
HSL182.93º90.11%35.69%-
HSV(B)182.93º94.8%67.84%-
XYZ21.1129.9944.21-
YUV119.27158.3249.35-

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.55%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=2.59%
G=47.55%
B=49.86%

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
Decimal91651730.950.0500.32182.9390.1135.69
Hex9A5AD5F5020b75a24
Octal11245255137504026713244
Binary1001101001011010110110111111010100000101101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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