#09A7B4

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

Shades of Bondi Blue #09A7B4

Tints of Bondi Blue #09A7B4

Color information

#09A7B4 (or 0x09A7B4) is unknown color: approx Bondi Blue. HEX triplet: 09, A7 and B4. RGB value is (9,167,180). Sum of RGB (Red+Green+Blue) = 9+167+180=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #09A7B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A7B4 is #F6584B. Grayscale: #797979. Windows color (decimal): -16144460 or 11839241. OLE color: 11839241.

HSL color Cylindrical-coordinate representation of color #09A7B4: hue angle of 184.56º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A7B4 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9167180-
CMYK0.950.0700.29
HSL184.56º90.48%37.06%-
HSV(B)184.56º95%70.59%-
XYZ22.1730.9947.99-
YUV121.24161.1547.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.53%
GREEN value IS 167 (65.62% from 255) = 46.91%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=2.53%
G=46.91%
B=50.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91671800.950.0700.29184.5690.4837.06
Hex9A7B45F701Db95a25
Octal11247264137703527113245
Binary100110100111101101001011111111011101101110011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,167,180); }

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

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

 a { background-color: rgb(9,167,180); }

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

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

 span { border-color: rgb(9,167,180); }

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