#0BA0AD

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

Shades of Bondi Blue #0BA0AD

Tints of Bondi Blue #0BA0AD

Color information

#0BA0AD (or 0x0BA0AD) is unknown color: approx Bondi Blue. HEX triplet: 0B, A0 and AD. RGB value is (11,160,173). Sum of RGB (Red+Green+Blue) = 11+160+173=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #0BA0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA0AD is #F45F52. Grayscale: #747474. Windows color (decimal): -16015187 or 11378699. OLE color: 11378699.

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

Color convert

RGB11160173-
CMYK0.940.0800.32
HSL184.81º88.04%36.08%-
HSV(B)184.81º93.64%67.84%-
XYZ20.2528.2343.92-
YUV116.93159.6452.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.20%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=3.20%
G=46.51%
B=50.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111601730.940.0800.32184.8188.0436.08
HexBA0AD5E8020b95824
Octal132402551361004027113044
Binary10111010000010101101101111010000100000101110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,160,173); }

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

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

 a { background-color: rgb(11,160,173); }

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

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

 span { border-color: rgb(11,160,173); }

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