Html Css Color HEX #09A2AD Bondi Blue

📋 copy color: '#09A2AD'

red 9 ◦ green 162 ◦ blue 173

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

Shades of Bondi Blue #09A2AD

Tints of Bondi Blue #09A2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 2.62%
G = 47.09%
B = 50.29%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#09A2AD (or 0x09A2AD) is known color: Bondi Blue. HEX triplet: 09, A2 and AD. RGB value is (9,162,173). Sum of RGB (Red+Green+Blue) = 9+162+173=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #09A2AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A2AD is #F65D52. Grayscale: #757575. Windows color (decimal): -16145747 or 11379209. OLE color: 11379209.

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

Color convert

RGB 9 162 173 -
CMYK 0.95 0.06 0 0.32
HSL 184.02º 0.9% 0.36% -
HSV(B) 184.02º 0.95% 0.68% -
XYZ 20.58 28.92 44.03 -
YUV 117.51 159.31 50.61 -
System Red Green Blue C M Y K H S L
Decimal 9 162 173 0.95 0.06 0 0.32 184.02 0.9 0.36
Hex 9 A2 AD 5F 6 0 20 B8 5A 24
Octal 11 242 255 137 6 0 40 270 132 44
Binary 1001 10100010 10101101 1011111 110 0 100000 10111000 1011010 100100

Color Harmonies of #09A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A2AD

Black with #09A2AD

Text Example


Text Example

White with #09A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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