Html Css Color HEX #09A0AC Bondi Blue

📋 copy color: '#09A0AC'

red 9 ◦ green 160 ◦ blue 172

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

Shades of Bondi Blue #09A0AC

Tints of Bondi Blue #09A0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 2.64%
G = 46.92%
B = 50.44%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#09A0AC (or 0x09A0AC) is known color: Bondi Blue. HEX triplet: 09, A0 and AC. RGB value is (9,160,172). Sum of RGB (Red+Green+Blue) = 9+160+172=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #09A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A0AC is #F65F53. Grayscale: #747474. Windows color (decimal): -16146260 or 11313161. OLE color: 11313161.

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

Color convert

RGB 9 160 172 -
CMYK 0.95 0.07 0 0.33
HSL 184.42º 0.9% 0.35% -
HSV(B) 184.42º 0.95% 0.67% -
XYZ 20.13 28.18 43.41 -
YUV 116.22 159.47 51.52 -
System Red Green Blue C M Y K H S L
Decimal 9 160 172 0.95 0.07 0 0.33 184.42 0.9 0.35
Hex 9 A0 AC 5F 7 0 21 B8 5A 23
Octal 11 240 254 137 7 0 41 270 132 43
Binary 1001 10100000 10101100 1011111 111 0 100001 10111000 1011010 100011

Color Harmonies of #09A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0AC

Black with #09A0AC

Text Example


Text Example

White with #09A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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