#0BA4AB

Color #0BA4AB Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0BA4AB

Tints of Bondi Blue #0BA4AB

Color information

#0BA4AB (or 0x0BA4AB) is unknown color: approx Bondi Blue. HEX triplet: 0B, A4 and AB. RGB value is (11,164,171). Sum of RGB (Red+Green+Blue) = 11+164+171=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #0BA4AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA4AB is #F45B54. Grayscale: #767676. Windows color (decimal): -16014165 or 11248651. OLE color: 11248651.

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

Color convert

RGB11164171-
CMYK0.940.0400.33
HSL182.62º87.91%35.69%-
HSV(B)182.62º93.57%67.06%-
XYZ20.7629.5643.14-
YUV119.05157.3150.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.18%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=3.18%
G=47.40%
B=49.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111641710.940.0400.33182.6287.9135.69
HexBA4AB5E4021b75824
Octal13244253136404126713044
Binary1011101001001010101110111101000100001101101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,164,171); }

 H1.HeaderClassName
 {
   color: #0BA4AB;
 }
 .AnyTagClassName
 {
   color: #0BA4AB;
 }
</style>
background-color css

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

 a { background-color: rgb(11,164,171); }

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

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

 span { border-color: rgb(11,164,171); }

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