Html Css Color HEX #09A0AA Bondi Blue

📋 copy color: '#09A0AA'

red 9 ◦ green 160 ◦ blue 170

#09A0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #09A0AA

Tints of Bondi Blue #09A0AA

RGB

 RED value IS 9 (3.91% from 255) = 2.65%

 GREEN value IS 160 (62.89% from 255) = 47.2%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 2.65%
G = 47.2%
B = 50.15%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#09A0AA (or 0x09A0AA) is known color: Bondi Blue. HEX triplet: 09, A0 and AA. RGB value is (9,160,170). Sum of RGB (Red+Green+Blue) = 9+160+170=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #09A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A0AA is #F65F55. Grayscale: #737373. Windows color (decimal): -16146262 or 11182089. OLE color: 11182089.

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

Color convert

RGB 9 160 170 -
CMYK 0.95 0.06 0 0.33
HSL 183.73º 0.9% 0.35% -
HSV(B) 183.73º 0.95% 0.67% -
XYZ 19.94 28.1 42.4 -
YUV 115.99 158.47 51.69 -
System Red Green Blue C M Y K H S L
Decimal 9 160 170 0.95 0.06 0 0.33 183.73 0.9 0.35
Hex 9 A0 AA 5F 6 0 21 B8 5A 23
Octal 11 240 252 137 6 0 41 270 132 43
Binary 1001 10100000 10101010 1011111 110 0 100001 10111000 1011010 100011

Color Harmonies of #09A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0AA

Black with #09A0AA

Text Example


Text Example

White with #09A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09A0AA;
 }
 .AnyTagClassName
 {
   color: #09A0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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