#0BA0AE

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

Shades of Bondi Blue #0BA0AE

Tints of Bondi Blue #0BA0AE

Color information

#0BA0AE (or 0x0BA0AE) is unknown color: approx Bondi Blue. HEX triplet: 0B, A0 and AE. RGB value is (11,160,174). Sum of RGB (Red+Green+Blue) = 11+160+174=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #0BA0AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA0AE is #F45F51. Grayscale: #747474. Windows color (decimal): -16015186 or 11444235. OLE color: 11444235.

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

Color convert

RGB11160174-
CMYK0.940.0800.32
HSL185.15º88.11%36.27%-
HSV(B)185.15º93.68%68.24%-
XYZ20.3528.2744.43-
YUV117.04160.1452.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.19%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=3.19%
G=46.38%
B=50.43%

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
Decimal111601740.940.0800.32185.1588.1136.27
HexBA0AE5E8020b95824
Octal132402561361004027113044
Binary10111010000010101110101111010000100000101110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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