#0BA1AC

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

Shades of Bondi Blue #0BA1AC

Tints of Bondi Blue #0BA1AC

Color information

#0BA1AC (or 0x0BA1AC) is unknown color: approx Bondi Blue. HEX triplet: 0B, A1 and AC. RGB value is (11,161,172). Sum of RGB (Red+Green+Blue) = 11+161+172=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #0BA1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA1AC is #F45E53. Grayscale: #757575. Windows color (decimal): -16014932 or 11313419. OLE color: 11313419.

HSL color Cylindrical-coordinate representation of color #0BA1AC: hue angle of 184.1º 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 #0BA1AC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11161172-
CMYK0.940.0600.33
HSL184.1º87.98%35.88%-
HSV(B)184.1º93.6%67.45%-
XYZ20.3328.5443.47-
YUV117.4158.852.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.20%
GREEN value IS 161 (63.28% from 255) = 46.80%
BLUE value IS 172 (67.58% from 255) = 50%
R=3.20%
G=46.80%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111611720.940.0600.33184.187.9835.88
HexBA1AC5E6021b85824
Octal13241254136604127013044
Binary1011101000011010110010111101100100001101110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,161,172); }

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

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

 a { background-color: rgb(11,161,172); }

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

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

 span { border-color: rgb(11,161,172); }

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