Html Css Color HEX #09A2AA Bondi Blue

📋 copy color: '#09A2AA'

red 9 ◦ green 162 ◦ blue 170

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

Shades of Bondi Blue #09A2AA

Tints of Bondi Blue #09A2AA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.51%

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

R = 2.64%
G = 47.51%
B = 49.85%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#09A2AA (or 0x09A2AA) is known color: Bondi Blue. HEX triplet: 09, A2 and AA. RGB value is (9,162,170). Sum of RGB (Red+Green+Blue) = 9+162+170=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #09A2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A2AA is #F65D55. Grayscale: #747474. Windows color (decimal): -16145750 or 11182601. OLE color: 11182601.

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

Color convert

RGB 9 162 170 -
CMYK 0.95 0.05 0 0.33
HSL 182.98º 0.9% 0.35% -
HSV(B) 182.98º 0.95% 0.67% -
XYZ 20.29 28.8 42.52 -
YUV 117.17 157.81 50.85 -
System Red Green Blue C M Y K H S L
Decimal 9 162 170 0.95 0.05 0 0.33 182.98 0.9 0.35
Hex 9 A2 AA 5F 5 0 21 B7 5A 23
Octal 11 242 252 137 5 0 41 267 132 43
Binary 1001 10100010 10101010 1011111 101 0 100001 10110111 1011010 100011

Color Harmonies of #09A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A2AA

Black with #09A2AA

Text Example


Text Example

White with #09A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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