Html Css Color HEX #009AAC Bondi Blue

📋 copy color: '#009AAC'

red 0 ◦ green 154 ◦ blue 172

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

Shades of Bondi Blue #009AAC

Tints of Bondi Blue #009AAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 154 (60.55% from 255) = 47.24%

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

R = 0%
G = 47.24%
B = 52.76%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#009AAC (or 0x009AAC) is known color: Bondi Blue. HEX triplet: 00, 9A and AC. RGB value is (0,154,172). Sum of RGB (Red+Green+Blue) = 0+154+172=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #009AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AAC is #FF6553. Grayscale: #6D6D6D. Windows color (decimal): -16737620 or 11311616. OLE color: 11311616.

HSL color Cylindrical-coordinate representation of color #009AAC: hue angle of 186.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AAC is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 154 172 -
CMYK 1 0.10 0 0.33
HSL 186.28º 1% 0.34% -
HSV(B) 186.28º 1% 0.67% -
XYZ 19 26.09 43.06 -
YUV 110.01 162.98 49.54 -
System Red Green Blue C M Y K H S L
Decimal 0 154 172 1 0.10 0 0.33 186.28 1 0.34
Hex 0 9A AC 64 A 0 21 BA 64 22
Octal 0 232 254 144 12 0 41 272 144 42
Binary 0 10011010 10101100 1100100 1010 0 100001 10111010 1100100 100010

Color Harmonies of #009AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AAC

Black with #009AAC

Text Example


Text Example

White with #009AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009AAC; }

 p { color: rgb(0,154,172); }

 H1.HeaderClassName
 {
   color: #009AAC;
 }
 .AnyTagClassName
 {
   color: #009AAC;
 }
</style>

background-color css

<style>
 a { background-color: #009AAC; }

 a { background-color: rgb(0,154,172); }

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

border-color css

<style>
 span { border-color: #009AAC; }

 span { border-color: rgb(0,154,172); }

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