Html Css Color HEX #0A9AAB Bondi Blue

📋 copy color: '#0A9AAB'

red 10 ◦ green 154 ◦ blue 171

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

Shades of Bondi Blue #0A9AAB

Tints of Bondi Blue #0A9AAB

RGB

 RED value IS 10 (4.3% from 255) = 2.99%

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

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

R = 2.99%
G = 45.97%
B = 51.04%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A9AAB (or 0x0A9AAB) is known color: Bondi Blue. HEX triplet: 0A, 9A and AB. RGB value is (10,154,171). Sum of RGB (Red+Green+Blue) = 10+154+171=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A9AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9AAB is #F56554. Grayscale: #707070. Windows color (decimal): -16082261 or 11246090. OLE color: 11246090.

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

Color convert

RGB 10 154 171 -
CMYK 0.94 0.10 0 0.33
HSL 186.34º 0.89% 0.35% -
HSV(B) 186.34º 0.94% 0.67% -
XYZ 19.03 26.12 42.57 -
YUV 112.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 10 154 171 0.94 0.10 0 0.33 186.34 0.89 0.35
Hex A 9A AB 5E A 0 21 BA 59 23
Octal 12 232 253 136 12 0 41 272 131 43
Binary 1010 10011010 10101011 1011110 1010 0 100001 10111010 1011001 100011

Color Harmonies of #0A9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9AAB

Black with #0A9AAB

Text Example


Text Example

White with #0A9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9AAB; }

 p { color: rgb(10,154,171); }

 H1.HeaderClassName
 {
   color: #0A9AAB;
 }
 .AnyTagClassName
 {
   color: #0A9AAB;
 }
</style>

background-color css

<style>
 a { background-color: #0A9AAB; }

 a { background-color: rgb(10,154,171); }

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

border-color css

<style>
 span { border-color: #0A9AAB; }

 span { border-color: rgb(10,154,171); }

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