Html Css Color HEX #09A2AB Bondi Blue

📋 copy color: '#09A2AB'

red 9 ◦ green 162 ◦ blue 171

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

Shades of Bondi Blue #09A2AB

Tints of Bondi Blue #09A2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 2.63%
G = 47.37%
B = 50%

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

#09A2AB (or 0x09A2AB) is known color: Bondi Blue. HEX triplet: 09, A2 and AB. RGB value is (9,162,171). Sum of RGB (Red+Green+Blue) = 9+162+171=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #09A2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A2AB is #F65D54. Grayscale: #757575. Windows color (decimal): -16145749 or 11248137. OLE color: 11248137.

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

Color convert

RGB 9 162 171 -
CMYK 0.95 0.05 0 0.33
HSL 183.33º 0.9% 0.35% -
HSV(B) 183.33º 0.95% 0.67% -
XYZ 20.38 28.84 43.02 -
YUV 117.28 158.31 50.77 -
System Red Green Blue C M Y K H S L
Decimal 9 162 171 0.95 0.05 0 0.33 183.33 0.9 0.35
Hex 9 A2 AB 5F 5 0 21 B7 5A 23
Octal 11 242 253 137 5 0 41 267 132 43
Binary 1001 10100010 10101011 1011111 101 0 100001 10110111 1011010 100011

Color Harmonies of #09A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A2AB

Black with #09A2AB

Text Example


Text Example

White with #09A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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